Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dioctl.c136 static unsigned int btrfs_inode_flags_to_fsflags(struct btrfs_inode *binode) in btrfs_inode_flags_to_fsflags() argument
139 u32 flags = binode->flags; in btrfs_inode_flags_to_fsflags()
140 u32 ro_flags = binode->ro_flags; in btrfs_inode_flags_to_fsflags()
172 struct btrfs_inode *binode = BTRFS_I(inode); in btrfs_sync_inode_flags_to_i_flags() local
175 if (binode->flags & BTRFS_INODE_SYNC) in btrfs_sync_inode_flags_to_i_flags()
177 if (binode->flags & BTRFS_INODE_IMMUTABLE) in btrfs_sync_inode_flags_to_i_flags()
179 if (binode->flags & BTRFS_INODE_APPEND) in btrfs_sync_inode_flags_to_i_flags()
181 if (binode->flags & BTRFS_INODE_NOATIME) in btrfs_sync_inode_flags_to_i_flags()
183 if (binode->flags & BTRFS_INODE_DIRSYNC) in btrfs_sync_inode_flags_to_i_flags()
185 if (binode->ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_sync_inode_flags_to_i_flags()
[all …]
H A Dinode.c8502 struct btrfs_inode *binode; in start_delalloc_inodes() local
8514 binode = list_entry(splice.next, struct btrfs_inode, in start_delalloc_inodes()
8517 list_move_tail(&binode->delalloc_inodes, in start_delalloc_inodes()
8521 test_bit(BTRFS_INODE_NO_DELALLOC_FLUSH, &binode->runtime_flags)) in start_delalloc_inodes()
8524 inode = igrab(&binode->vfs_inode); in start_delalloc_inodes()
8533 &binode->runtime_flags); in start_delalloc_inodes()