Home
last modified time | relevance | path

Searched refs:btrfs_inode (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dbtrfs_inode.h60 struct btrfs_inode { struct
200 static inline struct btrfs_inode *BTRFS_I(struct inode *inode) in BTRFS_I() argument
202 return container_of(inode, struct btrfs_inode, vfs_inode); in BTRFS_I()
Ddelayed-inode.c89 struct btrfs_inode *btrfs_inode = BTRFS_I(inode); in btrfs_get_delayed_node() local
90 struct btrfs_root *root = btrfs_inode->root; in btrfs_get_delayed_node()
94 node = ACCESS_ONCE(btrfs_inode->delayed_node); in btrfs_get_delayed_node()
103 if (btrfs_inode->delayed_node) { in btrfs_get_delayed_node()
105 BUG_ON(btrfs_inode->delayed_node != node); in btrfs_get_delayed_node()
109 btrfs_inode->delayed_node = node; in btrfs_get_delayed_node()
125 struct btrfs_inode *btrfs_inode = BTRFS_I(inode); in btrfs_get_or_create_delayed_node() local
126 struct btrfs_root *root = btrfs_inode->root; in btrfs_get_or_create_delayed_node()
157 btrfs_inode->delayed_node = node; in btrfs_get_or_create_delayed_node()
Ddisk-io.c4247 struct btrfs_inode *btrfs_inode; in btrfs_destroy_delalloc_inodes() local
4256 btrfs_inode = list_first_entry(&splice, struct btrfs_inode, in btrfs_destroy_delalloc_inodes()
4259 list_del_init(&btrfs_inode->delalloc_inodes); in btrfs_destroy_delalloc_inodes()
4261 &btrfs_inode->runtime_flags); in btrfs_destroy_delalloc_inodes()
4264 btrfs_invalidate_inodes(btrfs_inode->root); in btrfs_destroy_delalloc_inodes()
Dinode.c5412 struct btrfs_inode *entry; in inode_tree_add()
5425 entry = rb_entry(parent, struct btrfs_inode, rb_node); in inode_tree_add()
5472 struct btrfs_inode *entry; in btrfs_invalidate_inodes()
5485 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_invalidate_inodes()
5496 entry = rb_entry(prev, struct btrfs_inode, rb_node); in btrfs_invalidate_inodes()
5505 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_invalidate_inodes()
9031 struct btrfs_inode *ei; in btrfs_alloc_inode()
9158 struct btrfs_inode *ei = (struct btrfs_inode *) foo; in init_once()
9187 sizeof(struct btrfs_inode), 0, in btrfs_init_cachep()
9496 struct btrfs_inode *binode; in __start_delalloc_inodes()
[all …]
Dtransaction.c969 struct btrfs_inode *btree_ino = BTRFS_I(root->fs_info->btree_inode); in btrfs_wait_marked_extents()
1814 struct btrfs_inode *btree_ino = BTRFS_I(root->fs_info->btree_inode); in btrfs_commit_transaction()
Drelocation.c1519 struct btrfs_inode *entry;
1528 entry = rb_entry(node, struct btrfs_inode, rb_node);
1539 entry = rb_entry(prev, struct btrfs_inode, rb_node);
1548 entry = rb_entry(node, struct btrfs_inode, rb_node);
Dioctl.c139 struct btrfs_inode *ip = BTRFS_I(inode); in btrfs_update_iflags()
191 struct btrfs_inode *ip = BTRFS_I(file_inode(file)); in btrfs_ioctl_getflags()
217 struct btrfs_inode *ip = BTRFS_I(inode); in btrfs_ioctl_setflags()
Dextent_io.c3759 struct btrfs_inode *btree_ino = BTRFS_I(eb->fs_info->btree_inode); in set_btree_ioerr()
/linux-4.4.14/include/trace/events/
Dbtrfs.h13 struct btrfs_inode;