Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dinode-item.h67 static inline u64 btrfs_inode_combine_flags(u32 flags, u32 ro_flags) in btrfs_inode_combine_flags() argument
69 return (flags | ((u64)ro_flags << 32)); in btrfs_inode_combine_flags()
73 u32 *flags, u32 *ro_flags) in btrfs_inode_split_flags() argument
76 *ro_flags = (u32)(inode_item_flags >> 32); in btrfs_inode_split_flags()
H A Dverity.c488 inode->ro_flags &= ~BTRFS_INODE_RO_VERITY; in rollback_verity()
555 inode->ro_flags |= BTRFS_INODE_RO_VERITY; in finish_verity()
H A Dbtrfs_inode.h224 u32 ro_flags; member
H A Dtree-checker.c1071 u32 ro_flags; in check_inode_item() local
1133 btrfs_inode_split_flags(btrfs_inode_flags(leaf, iitem), &flags, &ro_flags); in check_inode_item()
1140 (ro_flags & ~BTRFS_INODE_RO_FLAG_MASK))) { in check_inode_item()
1143 ro_flags); in check_inode_item()
H A Ddelayed-inode.c1835 BTRFS_I(inode)->ro_flags); in fill_stack_inode_item()
1895 &BTRFS_I(inode)->flags, &BTRFS_I(inode)->ro_flags); in btrfs_fill_inode()
H A Dioctl.c143 u32 ro_flags = binode->ro_flags; in btrfs_inode_flags_to_fsflags() local
159 if (ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_inode_flags_to_fsflags()
188 if (binode->ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_sync_inode_flags_to_i_flags()
H A Dinode.c3797 &BTRFS_I(inode)->flags, &BTRFS_I(inode)->ro_flags); in btrfs_read_locked_inode()
3965 BTRFS_I(inode)->ro_flags); in fill_inode_item()
8521 ei->ro_flags = 0; in btrfs_alloc_inode()
8690 u32 bi_ro_flags = BTRFS_I(inode)->ro_flags; in btrfs_getattr()
H A Dtree-log.c4168 BTRFS_I(inode)->ro_flags); in fill_inode_item()