Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/mount/
Dunprivileged-remount-test.c128 ST_SYNCHRONOUS | ST_MANDLOCK)) { in read_mnt_flags()
148 if (stat.f_flag & ST_MANDLOCK) in read_mnt_flags()
149 mnt_flags |= ST_MANDLOCK; in read_mnt_flags()
/Linux-v5.10/include/linux/
Dstatfs.h36 #define ST_MANDLOCK 0x0040 /* allow mandatory locks on an FS */ macro
/Linux-v5.10/fs/
Dstatfs.c43 flags |= ST_MANDLOCK; in flags_by_sb()