Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/mount/
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()
/linux-5.19.10/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c256 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | ST_NOEXEC | in read_mnt_flags()
262 if (stat.f_flag & ST_RDONLY) in read_mnt_flags()
264 if (stat.f_flag & ST_NOSUID) in read_mnt_flags()
266 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
268 if (stat.f_flag & ST_NOEXEC) in read_mnt_flags()
270 if (stat.f_flag & ST_NOATIME) in read_mnt_flags()
272 if (stat.f_flag & ST_NODIRATIME) in read_mnt_flags()
274 if (stat.f_flag & ST_RELATIME) in read_mnt_flags()
276 if (stat.f_flag & ST_SYNCHRONOUS) in read_mnt_flags()
278 if (stat.f_flag & ST_MANDLOCK) in read_mnt_flags()
[all …]
/linux-5.19.10/include/net/
Dllc_conn.h58 u8 f_flag; member
/linux-5.19.10/net/llc/
Dllc_proc.c192 llc->retry_count, llc->k, llc->rw, llc->p_flag, llc->f_flag, in llc_seq_core_show()
Dllc_conn.c1009 llc->f_flag = 0; in llc_sk_reset()