Searched refs:btrfs_inode (Results 1 – 7 of 7) sorted by relevance
/fs/btrfs/ |
D | btrfs_inode.h | 28 struct btrfs_inode { struct 172 static inline struct btrfs_inode *BTRFS_I(struct inode *inode) in BTRFS_I() argument 174 return container_of(inode, struct btrfs_inode, vfs_inode); in BTRFS_I()
|
D | delayed-inode.c | 87 struct btrfs_inode *btrfs_inode = BTRFS_I(inode); in btrfs_get_delayed_node() local 88 struct btrfs_root *root = btrfs_inode->root; in btrfs_get_delayed_node() 92 node = ACCESS_ONCE(btrfs_inode->delayed_node); in btrfs_get_delayed_node() 101 if (btrfs_inode->delayed_node) { in btrfs_get_delayed_node() 103 BUG_ON(btrfs_inode->delayed_node != node); in btrfs_get_delayed_node() 107 btrfs_inode->delayed_node = node; in btrfs_get_delayed_node() 123 struct btrfs_inode *btrfs_inode = BTRFS_I(inode); in btrfs_get_or_create_delayed_node() local 124 struct btrfs_root *root = btrfs_inode->root; in btrfs_get_or_create_delayed_node() 155 btrfs_inode->delayed_node = node; in btrfs_get_or_create_delayed_node()
|
D | ordered-data.c | 530 struct btrfs_inode *btrfs_inode; in btrfs_run_ordered_operations() local 542 btrfs_inode = list_entry(splice.next, struct btrfs_inode, in btrfs_run_ordered_operations() 545 inode = &btrfs_inode->vfs_inode; in btrfs_run_ordered_operations() 547 list_del_init(&btrfs_inode->ordered_operations); in btrfs_run_ordered_operations()
|
D | disk-io.c | 3332 struct btrfs_inode *btrfs_inode; in btrfs_destroy_ordered_operations() local 3342 btrfs_inode = list_entry(splice.next, struct btrfs_inode, in btrfs_destroy_ordered_operations() 3345 list_del_init(&btrfs_inode->ordered_operations); in btrfs_destroy_ordered_operations() 3347 btrfs_invalidate_inodes(btrfs_inode->root); in btrfs_destroy_ordered_operations() 3465 struct btrfs_inode *btrfs_inode; in btrfs_destroy_delalloc_inodes() local 3474 btrfs_inode = list_entry(splice.next, struct btrfs_inode, in btrfs_destroy_delalloc_inodes() 3477 list_del_init(&btrfs_inode->delalloc_inodes); in btrfs_destroy_delalloc_inodes() 3479 btrfs_invalidate_inodes(btrfs_inode->root); in btrfs_destroy_delalloc_inodes()
|
D | inode.c | 3887 struct btrfs_inode *entry; in inode_tree_add() 3901 entry = rb_entry(parent, struct btrfs_inode, rb_node); in inode_tree_add() 3955 struct btrfs_inode *entry; in btrfs_invalidate_inodes() 3967 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_invalidate_inodes() 3978 entry = rb_entry(prev, struct btrfs_inode, rb_node); in btrfs_invalidate_inodes() 3987 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_invalidate_inodes() 6904 struct btrfs_inode *ei; in btrfs_alloc_inode() 7034 struct btrfs_inode *ei = (struct btrfs_inode *) foo; in init_once() 7056 sizeof(struct btrfs_inode), 0, in btrfs_init_cachep() 7111 struct btrfs_inode *b_dir = BTRFS_I(dir); in fixup_inode_flags() [all …]
|
D | relocation.c | 1437 struct btrfs_inode *entry; 1446 entry = rb_entry(node, struct btrfs_inode, rb_node); 1457 entry = rb_entry(prev, struct btrfs_inode, rb_node); 1466 entry = rb_entry(node, struct btrfs_inode, rb_node);
|
D | ioctl.c | 102 struct btrfs_inode *ip = BTRFS_I(inode); in btrfs_update_iflags() 148 struct btrfs_inode *ip = BTRFS_I(file->f_path.dentry->d_inode); in btrfs_ioctl_getflags() 174 struct btrfs_inode *ip = BTRFS_I(inode); in btrfs_ioctl_setflags()
|