/linux/arch/mips/include/uapi/asm/ |
H A D | statfs.h | 24 long f_type; member 25 #define f_fstyp f_type 47 __u32 f_type; member 67 long f_type; member 84 __u32 f_type; member
|
/linux/include/uapi/asm-generic/ |
H A D | statfs.h | 24 __statfs_word f_type; member 47 __statfs_word f_type; member 70 __u32 f_type; member
|
/linux/fs/ |
H A D | statfs.c | 149 buf.f_type = st->f_type; in do_statfs_native() 173 buf.f_type = st->f_type; in do_statfs64() 282 buf.f_type = kbuf->f_type; in put_compat_statfs() 329 buf.f_type = kbuf->f_type; in put_compat_statfs64()
|
/linux/arch/s390/include/uapi/asm/ |
H A D | statfs.h | 22 unsigned int f_type; member 37 unsigned int f_type; member
|
/linux/arch/s390/include/asm/ |
H A D | compat.h | 89 u32 f_type; member 104 u32 f_type; member
|
/linux/tools/testing/selftests/proc/ |
H A D | read.c | 140 if (sfs.f_type != 0x9fa0) { in main() 141 fprintf(stderr, "error: unexpected f_type %lx\n", (long)sfs.f_type); in main()
|
/linux/drivers/iio/adc/ |
H A D | ad4170-4.c | 1279 enum ad4170_filter_type f_type; in ad4170_read_raw() local 1319 f_type = __ad4170_get_filter_type(setup->filter); in ad4170_read_raw() 1320 switch (f_type) { in ad4170_read_raw() 1326 *val = st->sps_tbl[f_type][fs_idx][0]; in ad4170_read_raw() 1327 *val2 = st->sps_tbl[f_type][fs_idx][1]; in ad4170_read_raw() 1333 *val = st->sps_tbl[f_type][fs_idx][0]; in ad4170_read_raw() 1334 *val2 = st->sps_tbl[f_type][fs_idx][1]; in ad4170_read_raw() 1424 enum ad4170_filter_type f_type; in ad4170_read_avail() local 1434 f_type = ad4170_get_filter_type(indio_dev, chan); in ad4170_read_avail() 1435 switch (f_type) { in ad4170_read_avail() [all …]
|
/linux/include/linux/ |
H A D | statfs.h | 10 long f_type; member
|
/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 236 short f_type; member 249 short f_type; member 308 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs() 329 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs64()
|
/linux/arch/arm64/include/asm/ |
H A D | compat.h | 72 int f_type; member
|
/linux/arch/x86/include/asm/ |
H A D | compat.h | 64 int f_type; member
|
/linux/tools/bpf/bpftool/ |
H A D | tracelog.c | 33 if ((unsigned long)st_fs.f_type != magic) in validate_tracefs_mnt()
|
/linux/arch/mips/include/asm/ |
H A D | compat.h | 62 int f_type; member
|
/linux/tools/testing/selftests/mm/ |
H A D | hugetlb-soft-offline.c | 144 if (file_stat->f_type != HUGETLBFS_MAGIC) { in create_hugetlbfs_file()
|
H A D | hugetlb-read-hwpoison.c | 253 if (file_stat->f_type != HUGETLBFS_MAGIC) { in create_hugetlbfs_file()
|
H A D | gup_longterm.c | 47 return ret ? 0 : fs.f_type; in get_fs_type()
|
/linux/include/asm-generic/ |
H A D | compat.h | 93 compat_int_t f_type; member
|
/linux/arch/um/os-Linux/ |
H A D | mem.c | 67 } else if (st.f_type != TMPFS_MAGIC) { in check_tmpfs()
|
/linux/tools/testing/selftests/filesystems/statmount/ |
H A D | statmount_test.c | 364 if (sm.sb_magic != sf.f_type) { in test_statmount_sb_basic() 367 sf.f_type); in test_statmount_sb_basic()
|
/linux/tools/testing/selftests/cachestat/ |
H A D | test_cachestat.c | 113 return statfs_buf.f_type == TMPFS_MAGIC; in is_on_tmpfs()
|
/linux/fs/freevxfs/ |
H A D | vxfs_super.c | 81 bufp->f_type = VXFS_SUPER_MAGIC; in vxfs_statfs()
|
/linux/fs/9p/ |
H A D | vfs_super.c | 230 buf->f_type = rs.type; in v9fs_statfs()
|
/linux/fs/coda/ |
H A D | inode.c | 352 buf->f_type = CODA_SUPER_MAGIC; in coda_statfs()
|
/linux/fs/qnx4/ |
H A D | inode.c | 140 buf->f_type = sb->s_magic; in qnx4_statfs()
|
/linux/fs/vboxsf/ |
H A D | super.c | 292 stat->f_type = VBOXSF_SUPER_MAGIC; in vboxsf_statfs()
|