Home
last modified time | relevance | path

Searched refs:OVL_COPY_FS_FLAGS_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/overlayfs/
Dcopy_up.c167 if (!(oldfa.flags & OVL_COPY_FS_FLAGS_MASK)) in ovl_copy_fileattr()
185 BUILD_BUG_ON(OVL_COPY_FS_FLAGS_MASK & ~FS_COMMON_FL); in ovl_copy_fileattr()
186 newfa.flags &= ~OVL_COPY_FS_FLAGS_MASK; in ovl_copy_fileattr()
187 newfa.flags |= (oldfa.flags & OVL_COPY_FS_FLAGS_MASK); in ovl_copy_fileattr()
Doverlayfs.h635 #define OVL_COPY_FS_FLAGS_MASK (FS_SYNC_FL | FS_NOATIME_FL) macro