Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dbtrfs_inode.h202 u32 ro_flags; member
364 static inline u64 btrfs_inode_combine_flags(u32 flags, u32 ro_flags) in btrfs_inode_combine_flags() argument
366 return (flags | ((u64)ro_flags << 32)); in btrfs_inode_combine_flags()
370 u32 *flags, u32 *ro_flags) in btrfs_inode_split_flags() argument
373 *ro_flags = (u32)(inode_item_flags >> 32); in btrfs_inode_split_flags()
Dverity.c482 inode->ro_flags &= ~BTRFS_INODE_RO_VERITY; in rollback_verity()
549 inode->ro_flags |= BTRFS_INODE_RO_VERITY; in finish_verity()
Dtree-checker.c1013 u32 ro_flags; in check_inode_item() local
1069 btrfs_inode_split_flags(btrfs_inode_flags(leaf, iitem), &flags, &ro_flags); in check_inode_item()
1076 (ro_flags & ~BTRFS_INODE_RO_FLAG_MASK))) { in check_inode_item()
1079 ro_flags); in check_inode_item()
Ddelayed-inode.c1663 BTRFS_I(inode)->ro_flags); in fill_stack_inode_item()
1723 &BTRFS_I(inode)->flags, &BTRFS_I(inode)->ro_flags); in btrfs_fill_inode()
Dioctl.c111 u32 ro_flags = binode->ro_flags; in btrfs_inode_flags_to_fsflags() local
127 if (ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_inode_flags_to_fsflags()
156 if (binode->ro_flags & BTRFS_INODE_RO_VERITY) in btrfs_sync_inode_flags_to_i_flags()
Dinode.c3781 &BTRFS_I(inode)->flags, &BTRFS_I(inode)->ro_flags); in btrfs_read_locked_inode()
3949 BTRFS_I(inode)->ro_flags); in fill_inode_item()
9090 ei->ro_flags = 0; in btrfs_alloc_inode()
9272 u32 bi_ro_flags = BTRFS_I(inode)->ro_flags; in btrfs_getattr()
Dtree-log.c3995 BTRFS_I(inode)->ro_flags); in fill_inode_item()