| /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/arch/s390/include/uapi/asm/ |
| H A D | statfs.h | 22 unsigned int f_type; member 37 unsigned int 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/include/linux/ |
| H A D | statfs.h | 10 long f_type; member
|
| /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/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 | 117 if (file_stat->f_type != HUGETLBFS_MAGIC) { in read_nr_hugepages()
|
| H A D | hugetlb-read-hwpoison.c | 256 if (file_stat->f_type != HUGETLBFS_MAGIC) { in create_hugetlbfs_file()
|
| H A D | gup_longterm.c | 48 return ret ? 0 : fs.f_type; in get_fs_type()
|
| H A D | memory-failure.c | 276 return ret ? 0 : (int)fs.f_type; in TEST_F()
|
| H A D | khugepaged.c | 132 finfo.type = fs.f_type == TMPFS_MAGIC ? VMA_SHMEM : VMA_FILE; in get_finfo()
|
| /linux/drivers/media/platform/renesas/ |
| H A D | rcar_jpu.c | 766 unsigned int f_type, w, h; in __jpu_try_fmt() local 768 f_type = V4L2_TYPE_IS_OUTPUT(type) ? JPU_FMT_TYPE_OUTPUT : in __jpu_try_fmt() 771 fmt = jpu_find_format(ctx->encoder, pix->pixelformat, f_type); in __jpu_try_fmt() 777 pixelformat = f_type == JPU_FMT_TYPE_OUTPUT ? in __jpu_try_fmt() 780 pixelformat = f_type == JPU_FMT_TYPE_CAPTURE ? in __jpu_try_fmt() 782 fmt = jpu_find_format(ctx->encoder, pixelformat, f_type); in __jpu_try_fmt()
|
| /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 | 337 if (sm.sb_magic != sf.f_type) { in test_statmount_sb_basic() 340 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/drivers/media/platform/samsung/s5p-jpeg/ |
| H A D | jpeg-core.c | 1588 unsigned int f_type; in s5p_jpeg_s_fmt() local 1600 f_type = V4L2_TYPE_IS_OUTPUT(f->type) ? in s5p_jpeg_s_fmt() 1603 q_data->fmt = s5p_jpeg_find_format(ct, pix->pixelformat, f_type); in s5p_jpeg_s_fmt() 1618 f_type == FMT_TYPE_OUTPUT && ct->mode == S5P_JPEG_ENCODE) in s5p_jpeg_s_fmt() 1629 if (f_type == FMT_TYPE_OUTPUT) { in s5p_jpeg_s_fmt() 1644 ((ct->mode == S5P_JPEG_DECODE && f_type == FMT_TYPE_CAPTURE) || in s5p_jpeg_s_fmt() 1645 (ct->mode == S5P_JPEG_ENCODE && f_type == FMT_TYPE_OUTPUT))) { in s5p_jpeg_s_fmt() 1656 f_type == FMT_TYPE_CAPTURE && in s5p_jpeg_s_fmt()
|
| /linux/fs/adfs/ |
| H A D | super.c | 184 buf->f_type = ADFS_SUPER_MAGIC; in adfs_statfs()
|
| /linux/tools/perf/util/ |
| H A D | cgroup.c | 99 return (stbuf.f_type == CGROUP2_SUPER_MAGIC); in cgroup_is_v2()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 182 buf->f_type = sb->s_magic; in orangefs_statfs()
|
| /linux/fs/squashfs/ |
| H A D | super.c | 578 buf->f_type = SQUASHFS_MAGIC; in squashfs_statfs()
|
| /linux/fs/afs/ |
| H A D | super.c | 751 buf->f_type = dentry->d_sb->s_magic; in afs_statfs()
|
| /linux/tools/bpf/bpftool/ |
| H A D | common.c | 81 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
|