Searched refs:btrfs_inode (Results 1 – 8 of 8) sorted by relevance
/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 | 4207 struct btrfs_inode *btrfs_inode; in btrfs_destroy_delalloc_inodes() local 4216 btrfs_inode = list_first_entry(&splice, struct btrfs_inode, in btrfs_destroy_delalloc_inodes() 4219 list_del_init(&btrfs_inode->delalloc_inodes); in btrfs_destroy_delalloc_inodes() 4221 &btrfs_inode->runtime_flags); in btrfs_destroy_delalloc_inodes() 4224 btrfs_invalidate_inodes(btrfs_inode->root); in btrfs_destroy_delalloc_inodes()
|
D | inode.c | 5482 struct btrfs_inode *entry; in inode_tree_add() 5495 entry = rb_entry(parent, struct btrfs_inode, rb_node); in inode_tree_add() 5541 struct btrfs_inode *entry; in btrfs_invalidate_inodes() 5554 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_invalidate_inodes() 5565 entry = rb_entry(prev, struct btrfs_inode, rb_node); in btrfs_invalidate_inodes() 5574 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_invalidate_inodes() 9140 struct btrfs_inode *ei; in btrfs_alloc_inode() 9267 struct btrfs_inode *ei = (struct btrfs_inode *) foo; in init_once() 9296 sizeof(struct btrfs_inode), 0, in btrfs_init_cachep() 9605 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() 1816 struct btrfs_inode *btree_ino = BTRFS_I(root->fs_info->btree_inode); in btrfs_commit_transaction()
|
D | relocation.c | 1527 struct btrfs_inode *entry; 1536 entry = rb_entry(node, struct btrfs_inode, rb_node); 1547 entry = rb_entry(prev, struct btrfs_inode, rb_node); 1556 entry = rb_entry(node, struct btrfs_inode, rb_node);
|
D | ioctl.c | 140 struct btrfs_inode *ip = BTRFS_I(inode); in btrfs_update_iflags() 192 struct btrfs_inode *ip = BTRFS_I(file_inode(file)); in btrfs_ioctl_getflags() 218 struct btrfs_inode *ip = BTRFS_I(inode); in btrfs_ioctl_setflags()
|
D | extent_io.c | 3753 struct btrfs_inode *btree_ino = BTRFS_I(eb->fs_info->btree_inode); in set_btree_ioerr()
|