Searched refs:ST_MANDLOCK (Results 1 – 4 of 4) sorted by relevance
128 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()
37 #define ST_MANDLOCK 0x0040 /* allow mandatory locks on an FS */ macro
252 ST_SYNCHRONOUS | ST_MANDLOCK | ST_NOSYMFOLLOW)) in read_mnt_flags()272 if (stat.f_flag & ST_MANDLOCK) in read_mnt_flags()273 mnt_flags |= ST_MANDLOCK; in read_mnt_flags()
43 flags |= ST_MANDLOCK; in flags_by_sb()