Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c271 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | ST_NOEXEC | in read_mnt_flags()
277 if (stat.f_flag & ST_RDONLY) in read_mnt_flags()
279 if (stat.f_flag & ST_NOSUID) in read_mnt_flags()
281 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
283 if (stat.f_flag & ST_NOEXEC) in read_mnt_flags()
285 if (stat.f_flag & ST_NOATIME) in read_mnt_flags()
287 if (stat.f_flag & ST_NODIRATIME) in read_mnt_flags()
289 if (stat.f_flag & ST_RELATIME) in read_mnt_flags()
291 if (stat.f_flag & ST_SYNCHRONOUS) in read_mnt_flags()
293 if (stat.f_flag & ST_MANDLOCK) in read_mnt_flags()
[all …]
/linux-6.15/include/net/
H A Dllc_conn.h58 u8 f_flag; member
/linux-6.15/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()