Home
last modified time | relevance | path

Searched refs:ro_flags (Results 1 – 7 of 7) sorted by relevance

/linux/fs/btrfs/
H A Dinode-item.h70 static inline u64 btrfs_inode_combine_flags(u32 flags, u32 ro_flags) in btrfs_inode_combine_flags() argument
72 return (flags | ((u64)ro_flags << 32)); in btrfs_inode_combine_flags()
76 u32 *flags, u32 *ro_flags) in btrfs_inode_split_flags() argument
79 *ro_flags = (u32)(inode_item_flags >> 32); in btrfs_inode_split_flags()
H A Dverity.c478 inode->ro_flags &= ~BTRFS_INODE_RO_VERITY; in rollback_verity()
543 inode->ro_flags |= BTRFS_INODE_RO_VERITY; in finish_verity()
H A Dtree-checker.c1137 u32 ro_flags; in check_inode_item() local
1199 btrfs_inode_split_flags(btrfs_inode_flags(leaf, iitem), &flags, &ro_flags); in check_inode_item()
1206 (ro_flags & ~BTRFS_INODE_RO_FLAG_MASK))) { in check_inode_item()
1209 ro_flags); in check_inode_item()
H A Ddelayed-inode.c1853 flags = btrfs_inode_combine_flags(inode->flags, inode->ro_flags); in fill_stack_inode_item()
1909 &inode->flags, &inode->ro_flags); in btrfs_fill_inode()
H A Dioctl.c140 u32 ro_flags = inode->ro_flags; in btrfs_inode_flags_to_fsflags() local
156 if (ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_inode_flags_to_fsflags()
184 if (inode->ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_sync_inode_flags_to_i_flags()
H A Dinode.c4119 &inode->flags, &inode->ro_flags); in btrfs_read_locked_inode()
4303 BTRFS_I(inode)->ro_flags); in fill_inode_item()
8069 ei->ro_flags = 0; in btrfs_alloc_inode()
8240 u32 bi_ro_flags = BTRFS_I(inode)->ro_flags; in btrfs_getattr()
H A Dtree-log.c4664 BTRFS_I(inode)->ro_flags); in fill_inode_item()