Home
last modified time | relevance | path

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

/fs/btrfs/
Dbtrfs_inode.h210 u32 ro_flags; member
372 static inline u64 btrfs_inode_combine_flags(u32 flags, u32 ro_flags) in btrfs_inode_combine_flags() argument
374 return (flags | ((u64)ro_flags << 32)); in btrfs_inode_combine_flags()
378 u32 *flags, u32 *ro_flags) in btrfs_inode_split_flags() argument
381 *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.c1036 u32 ro_flags; in check_inode_item() local
1098 btrfs_inode_split_flags(btrfs_inode_flags(leaf, iitem), &flags, &ro_flags); in check_inode_item()
1105 (ro_flags & ~BTRFS_INODE_RO_FLAG_MASK))) { in check_inode_item()
1108 ro_flags); in check_inode_item()
Ddelayed-inode.c1678 BTRFS_I(inode)->ro_flags); in fill_stack_inode_item()
1738 &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.c3850 &BTRFS_I(inode)->flags, &BTRFS_I(inode)->ro_flags); in btrfs_read_locked_inode()
4018 BTRFS_I(inode)->ro_flags); in fill_inode_item()
9262 ei->ro_flags = 0; in btrfs_alloc_inode()
9444 u32 bi_ro_flags = BTRFS_I(inode)->ro_flags; in btrfs_getattr()
Dtree-log.c4002 BTRFS_I(inode)->ro_flags); in fill_inode_item()