Searched refs:binode (Results 1 – 3 of 3) sorted by relevance
138 struct btrfs_inode *binode = BTRFS_I(inode); in btrfs_sync_inode_flags_to_i_flags() local141 if (binode->flags & BTRFS_INODE_SYNC) in btrfs_sync_inode_flags_to_i_flags()143 if (binode->flags & BTRFS_INODE_IMMUTABLE) in btrfs_sync_inode_flags_to_i_flags()145 if (binode->flags & BTRFS_INODE_APPEND) in btrfs_sync_inode_flags_to_i_flags()147 if (binode->flags & BTRFS_INODE_NOATIME) in btrfs_sync_inode_flags_to_i_flags()149 if (binode->flags & BTRFS_INODE_DIRSYNC) in btrfs_sync_inode_flags_to_i_flags()159 struct btrfs_inode *binode = BTRFS_I(file_inode(file)); in btrfs_ioctl_getflags() local160 unsigned int flags = btrfs_inode_flags_to_fsflags(binode->flags); in btrfs_ioctl_getflags()200 struct btrfs_inode *binode = BTRFS_I(inode); in btrfs_ioctl_setflags() local201 struct btrfs_root *root = binode->root; in btrfs_ioctl_setflags()[all …]
2935 struct btrfs_inode *binode = BTRFS_I(inode); in btrfs_add_delayed_iput() local2942 ASSERT(list_empty(&binode->delayed_iput)); in btrfs_add_delayed_iput()2943 list_add_tail(&binode->delayed_iput, &fs_info->delayed_iputs); in btrfs_add_delayed_iput()9453 struct btrfs_inode *binode; in start_delalloc_inodes() local9468 binode = list_entry(splice.next, struct btrfs_inode, in start_delalloc_inodes()9471 list_move_tail(&binode->delalloc_inodes, in start_delalloc_inodes()9475 test_bit(BTRFS_INODE_NO_DELALLOC_FLUSH, &binode->runtime_flags)) in start_delalloc_inodes()9478 inode = igrab(&binode->vfs_inode); in start_delalloc_inodes()9487 &binode->runtime_flags); in start_delalloc_inodes()
1506 struct inode *binode = (info == NULL) ? NULL : info->n_backing_inode; in dentry_revalidate() local1518 if (d_inode(backing_dentry) != binode) { in dentry_revalidate()