Home
last modified time | relevance | path

Searched refs:f_flag (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()
132 if (stat.f_flag & ST_RDONLY) in read_mnt_flags()
134 if (stat.f_flag & ST_NOSUID) in read_mnt_flags()
136 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
138 if (stat.f_flag & ST_NOEXEC) in read_mnt_flags()
140 if (stat.f_flag & ST_NOATIME) in read_mnt_flags()
142 if (stat.f_flag & ST_NODIRATIME) in read_mnt_flags()
144 if (stat.f_flag & ST_RELATIME) in read_mnt_flags()
146 if (stat.f_flag & ST_SYNCHRONOUS) in read_mnt_flags()
148 if (stat.f_flag & ST_MANDLOCK) in read_mnt_flags()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c250 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | ST_NOEXEC | in read_mnt_flags()
256 if (stat.f_flag & ST_RDONLY) in read_mnt_flags()
258 if (stat.f_flag & ST_NOSUID) in read_mnt_flags()
260 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
262 if (stat.f_flag & ST_NOEXEC) in read_mnt_flags()
264 if (stat.f_flag & ST_NOATIME) in read_mnt_flags()
266 if (stat.f_flag & ST_NODIRATIME) in read_mnt_flags()
268 if (stat.f_flag & ST_RELATIME) in read_mnt_flags()
270 if (stat.f_flag & ST_SYNCHRONOUS) in read_mnt_flags()
272 if (stat.f_flag & ST_MANDLOCK) in read_mnt_flags()
[all …]
/openbmc/linux/include/net/
H A Dllc_conn.h58 u8 f_flag; member
/openbmc/linux/net/llc/
H A Dllc_proc.c192 llc->retry_count, llc->k, llc->rw, llc->p_flag, llc->f_flag, in llc_seq_core_show()
H A Dllc_conn.c1021 llc->f_flag = 0; in llc_sk_reset()
/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass873 if os.statvfs("/tmp").f_flag & os.ST_NOEXEC: