Searched refs:btrfs_inode (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | btrfs_inode.h | 60 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()
|
D | delayed-inode.c | 89 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()
|
D | disk-io.c | 4247 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()
|
D | inode.c | 5412 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 …]
|
D | transaction.c | 969 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()
|
D | relocation.c | 1519 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);
|
D | ioctl.c | 139 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()
|
D | extent_io.c | 3759 struct btrfs_inode *btree_ino = BTRFS_I(eb->fs_info->btree_inode); in set_btree_ioerr()
|
/linux-4.4.14/include/trace/events/ |
D | btrfs.h | 13 struct btrfs_inode;
|