Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
A Dcopy_up.c165 if (!(oldfa.flags & OVL_COPY_FS_FLAGS_MASK)) in ovl_copy_fileattr()
175 BUILD_BUG_ON(OVL_COPY_FS_FLAGS_MASK & ~FS_COMMON_FL); in ovl_copy_fileattr()
176 newfa.flags &= ~OVL_COPY_FS_FLAGS_MASK; in ovl_copy_fileattr()
177 newfa.flags |= (oldfa.flags & OVL_COPY_FS_FLAGS_MASK); in ovl_copy_fileattr()
A Doverlayfs.h544 #define OVL_COPY_FS_FLAGS_MASK (FS_SYNC_FL | FS_NOATIME_FL) macro

Completed in 6 milliseconds