Home
last modified time | relevance | path

Searched refs:ro_flags (Results 1 – 8 of 8) 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.c487 inode->ro_flags &= ~BTRFS_INODE_RO_VERITY; in rollback_verity()
554 inode->ro_flags |= BTRFS_INODE_RO_VERITY; in finish_verity()
H A Dbtrfs_inode.h326 u32 ro_flags; member
H A Dtree-checker.c1096 u32 ro_flags; in check_inode_item() local
1158 btrfs_inode_split_flags(btrfs_inode_flags(leaf, iitem), &flags, &ro_flags); in check_inode_item()
1165 (ro_flags & ~BTRFS_INODE_RO_FLAG_MASK))) { in check_inode_item()
1168 ro_flags); in check_inode_item()
H A Ddelayed-inode.c1844 BTRFS_I(inode)->ro_flags); in fill_stack_inode_item()
1902 &BTRFS_I(inode)->flags, &BTRFS_I(inode)->ro_flags); in btrfs_fill_inode()
H A Dioctl.c139 u32 ro_flags = binode->ro_flags; in btrfs_inode_flags_to_fsflags() local
155 if (ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_inode_flags_to_fsflags()
184 if (binode->ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_sync_inode_flags_to_i_flags()
H A Dinode.c3877 &BTRFS_I(inode)->flags, &BTRFS_I(inode)->ro_flags); in btrfs_read_locked_inode()
4043 BTRFS_I(inode)->ro_flags); in fill_inode_item()
7679 ei->ro_flags = 0; in btrfs_alloc_inode()
7850 u32 bi_ro_flags = BTRFS_I(inode)->ro_flags; in btrfs_getattr()
H A Dtree-log.c4247 BTRFS_I(inode)->ro_flags); in fill_inode_item()