Searched refs:OVL_PROT_I_FLAGS_MASK (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/overlayfs/
H A Dutil.c918 u32 iflags = inode->i_flags & OVL_PROT_I_FLAGS_MASK;
946 inode_set_flags(inode, iflags, OVL_PROT_I_FLAGS_MASK);
977 } else if (inode->i_flags & OVL_PROT_I_FLAGS_MASK) {
985 inode_set_flags(inode, iflags, OVL_PROT_I_FLAGS_MASK);
H A Dinode.c684 BUILD_BUG_ON(OVL_PROT_I_FLAGS_MASK & ~OVL_COPY_I_FLAGS_MASK);
685 flags |= inode->i_flags & OVL_PROT_I_FLAGS_MASK;
H A Doverlayfs.h809 #define OVL_PROT_I_FLAGS_MASK (S_APPEND | S_IMMUTABLE) macro

Completed in 202 milliseconds