Home
last modified time | relevance | path

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

/fs/btrfs/
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()
A Dverity.c487 inode->ro_flags &= ~BTRFS_INODE_RO_VERITY; in rollback_verity()
554 inode->ro_flags |= BTRFS_INODE_RO_VERITY; in finish_verity()
A Dtree-checker.c1108 u32 ro_flags; in check_inode_item() local
1170 btrfs_inode_split_flags(btrfs_inode_flags(leaf, iitem), &flags, &ro_flags); in check_inode_item()
1177 (ro_flags & ~BTRFS_INODE_RO_FLAG_MASK))) { in check_inode_item()
1180 ro_flags); in check_inode_item()
A Dbtrfs_inode.h327 u32 ro_flags; member
A Ddelayed-inode.c1821 flags = btrfs_inode_combine_flags(inode->flags, inode->ro_flags); in fill_stack_inode_item()
1879 &inode->flags, &inode->ro_flags); in btrfs_fill_inode()
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()
A Dinode.c3951 &inode->flags, &inode->ro_flags); in btrfs_read_locked_inode()
4112 BTRFS_I(inode)->ro_flags); in fill_inode_item()
7837 ei->ro_flags = 0; in btrfs_alloc_inode()
8008 u32 bi_ro_flags = BTRFS_I(inode)->ro_flags; in btrfs_getattr()
A Dtree-log.c4278 BTRFS_I(inode)->ro_flags); in fill_inode_item()

Completed in 78 milliseconds