Searched refs:f_flag (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 126 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 in read_mnt_flags() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 126 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 in read_mnt_flags() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 250 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 in read_mnt_flags() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | llc_conn.h | 57 u8 f_flag; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | llc_conn.h | 58 u8 f_flag; member
|
/kernel/linux/linux-5.10/net/llc/ |
H A D | llc_proc.c | 192 llc->retry_count, llc->k, llc->rw, llc->p_flag, llc->f_flag, in llc_seq_core_show()
|
H A D | llc_conn.c | 1007 llc->f_flag = 0; in llc_sk_reset()
|
/kernel/linux/linux-6.6/net/llc/ |
H A D | llc_proc.c | 192 llc->retry_count, llc->k, llc->rw, llc->p_flag, llc->f_flag, in llc_seq_core_show()
|
H A D | llc_conn.c | 1021 llc->f_flag = 0; in llc_sk_reset()
|
Completed in 6 milliseconds