Home
last modified time | relevance | path

Searched refs:binode (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dioctl.c142 u32 flags = binode->flags; in btrfs_inode_flags_to_fsflags()
143 u32 ro_flags = binode->ro_flags; in btrfs_inode_flags_to_fsflags()
175 struct btrfs_inode *binode = BTRFS_I(inode); in btrfs_sync_inode_flags_to_i_flags() local
178 if (binode->flags & BTRFS_INODE_SYNC) in btrfs_sync_inode_flags_to_i_flags()
180 if (binode->flags & BTRFS_INODE_IMMUTABLE) in btrfs_sync_inode_flags_to_i_flags()
182 if (binode->flags & BTRFS_INODE_APPEND) in btrfs_sync_inode_flags_to_i_flags()
184 if (binode->flags & BTRFS_INODE_NOATIME) in btrfs_sync_inode_flags_to_i_flags()
186 if (binode->flags & BTRFS_INODE_DIRSYNC) in btrfs_sync_inode_flags_to_i_flags()
252 struct btrfs_root *root = binode->root; in btrfs_fileattr_set()
275 binode_flags = binode->flags; in btrfs_fileattr_set()
[all …]
H A Dinode.c9291 struct btrfs_inode *binode; in start_delalloc_inodes() local
9303 binode = list_entry(splice.next, struct btrfs_inode, in start_delalloc_inodes()
9306 list_move_tail(&binode->delalloc_inodes, in start_delalloc_inodes()
9310 test_bit(BTRFS_INODE_NO_DELALLOC_FLUSH, &binode->runtime_flags)) in start_delalloc_inodes()
9313 inode = igrab(&binode->vfs_inode); in start_delalloc_inodes()
9322 &binode->runtime_flags); in start_delalloc_inodes()