Home
last modified time | relevance | path

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

/fs/overlayfs/
A Dinode.c686 flags = ovl_inode_real(inode)->i_flags & OVL_COPY_I_FLAGS_MASK; in ovl_fileattr_set()
688 BUILD_BUG_ON(OVL_PROT_I_FLAGS_MASK & ~OVL_COPY_I_FLAGS_MASK); in ovl_fileattr_set()
690 inode_set_flags(inode, flags, OVL_COPY_I_FLAGS_MASK); in ovl_fileattr_set()
A Doverlayfs.h825 #define OVL_COPY_I_FLAGS_MASK (S_SYNC | S_NOATIME | S_APPEND | S_IMMUTABLE) macro
845 unsigned int mask = OVL_COPY_I_FLAGS_MASK; in ovl_copyflags()
A Dcopy_up.c673 if (inode->i_flags & OVL_COPY_I_FLAGS_MASK && in ovl_copy_up_metadata()

Completed in 11 milliseconds