Home
last modified time | relevance | path

Searched refs:MS_DIRSYNC (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h229 #ifndef MS_DIRSYNC
230 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro
H A Dmountinfo.c120 if (flags & MS_DIRSYNC) in show_sb_flags()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h20 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h20 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro
/linux-6.15/security/apparmor/
H A Dmount.c45 if (flags & MS_DIRSYNC) in audit_mnt_flags()