Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Dutil.c825 u32 iflags = inode->i_flags & OVL_PROT_I_FLAGS_MASK; in ovl_check_protattr()
853 inode_set_flags(inode, iflags, OVL_PROT_I_FLAGS_MASK); in ovl_check_protattr()
884 } else if (inode->i_flags & OVL_PROT_I_FLAGS_MASK) { in ovl_set_protattr()
892 inode_set_flags(inode, iflags, OVL_PROT_I_FLAGS_MASK); in ovl_set_protattr()
H A Dinode.c807 BUILD_BUG_ON(OVL_PROT_I_FLAGS_MASK & ~OVL_COPY_I_FLAGS_MASK); in ovl_fileattr_set()
808 flags |= inode->i_flags & OVL_PROT_I_FLAGS_MASK; in ovl_fileattr_set()
H A Doverlayfs.h762 #define OVL_PROT_I_FLAGS_MASK (S_APPEND | S_IMMUTABLE) macro