/Linux-v5.4/arch/mips/include/uapi/asm/ |
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-v5.4/include/uapi/asm-generic/ |
D | statfs.h | 24 __statfs_word f_type; member 47 __statfs_word f_type; member 70 __u32 f_type; member
|
/Linux-v5.4/fs/ |
D | statfs.c | 148 buf.f_type = st->f_type; in do_statfs_native() 172 buf.f_type = st->f_type; in do_statfs64() 279 buf.f_type = kbuf->f_type; in put_compat_statfs() 326 buf.f_type = kbuf->f_type; in put_compat_statfs64()
|
/Linux-v5.4/arch/s390/include/uapi/asm/ |
D | statfs.h | 22 unsigned int f_type; member 37 unsigned int f_type; member
|
/Linux-v5.4/tools/testing/selftests/proc/ |
D | read.c | 138 if (sfs.f_type != 0x9fa0) { in main() 139 fprintf(stderr, "error: unexpected f_type %lx\n", (long)sfs.f_type); in main()
|
/Linux-v5.4/include/linux/ |
D | statfs.h | 9 long f_type; member
|
/Linux-v5.4/arch/s390/include/asm/ |
D | compat.h | 129 u32 f_type; member 144 u32 f_type; member
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | tracelog.c | 33 if ((unsigned long)st_fs.f_type != magic) in validate_tracefs_mnt()
|
/Linux-v5.4/arch/alpha/kernel/ |
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-v5.4/arch/powerpc/include/asm/ |
D | compat.h | 74 int f_type; member
|
/Linux-v5.4/arch/um/os-Linux/ |
D | mem.c | 31 } else if (st.f_type != TMPFS_MAGIC) { in check_tmpfs()
|
/Linux-v5.4/fs/ecryptfs/ |
D | super.c | 102 buf->f_type = ECRYPTFS_SUPER_MAGIC; in ecryptfs_statfs()
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | compat.h | 103 int f_type; member
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | compat.h | 91 int f_type; member
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | compat.h | 76 s32 f_type; member
|
/Linux-v5.4/arch/mips/include/asm/ |
D | compat.h | 78 int f_type; member
|
/Linux-v5.4/drivers/media/platform/ |
D | rcar_jpu.c | 773 unsigned int f_type, w, h; in __jpu_try_fmt() local 775 f_type = V4L2_TYPE_IS_OUTPUT(type) ? JPU_FMT_TYPE_OUTPUT : in __jpu_try_fmt() 778 fmt = jpu_find_format(ctx->encoder, pix->pixelformat, f_type); in __jpu_try_fmt() 784 pixelformat = f_type == JPU_FMT_TYPE_OUTPUT ? in __jpu_try_fmt() 787 pixelformat = f_type == JPU_FMT_TYPE_CAPTURE ? in __jpu_try_fmt() 789 fmt = jpu_find_format(ctx->encoder, pixelformat, f_type); in __jpu_try_fmt()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | compat.h | 81 int f_type; member
|
/Linux-v5.4/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 1591 unsigned int f_type; in s5p_jpeg_s_fmt() local 1605 f_type = V4L2_TYPE_IS_OUTPUT(f->type) ? in s5p_jpeg_s_fmt() 1608 q_data->fmt = s5p_jpeg_find_format(ct, pix->pixelformat, f_type); in s5p_jpeg_s_fmt() 1623 f_type == FMT_TYPE_OUTPUT && ct->mode == S5P_JPEG_ENCODE) in s5p_jpeg_s_fmt() 1634 if (f_type == FMT_TYPE_OUTPUT) { in s5p_jpeg_s_fmt() 1649 ((ct->mode == S5P_JPEG_DECODE && f_type == FMT_TYPE_CAPTURE) || in s5p_jpeg_s_fmt() 1650 (ct->mode == S5P_JPEG_ENCODE && f_type == FMT_TYPE_OUTPUT))) { in s5p_jpeg_s_fmt() 1661 f_type == FMT_TYPE_CAPTURE && in s5p_jpeg_s_fmt()
|
/Linux-v5.4/fs/coda/ |
D | inode.c | 307 buf->f_type = CODA_SUPER_MAGIC; in coda_statfs()
|
/Linux-v5.4/fs/freevxfs/ |
D | vxfs_super.c | 104 bufp->f_type = VXFS_SUPER_MAGIC; in vxfs_statfs()
|
/Linux-v5.4/fs/9p/ |
D | vfs_super.c | 254 buf->f_type = rs.type; in v9fs_statfs()
|
/Linux-v5.4/fs/efs/ |
D | super.c | 334 buf->f_type = EFS_SUPER_MAGIC; /* efs magic number */ in efs_statfs()
|
/Linux-v5.4/tools/lib/api/fs/ |
D | fs.c | 170 else if ((long)st_fs.f_type != magic) in fs__valid_mount()
|
/Linux-v5.4/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 850 static int get_resource(enum v4l2_buf_type f_type) in get_resource() argument 852 switch (f_type) { in get_resource() 864 static int res_get(struct em28xx *dev, enum v4l2_buf_type f_type) in res_get() argument 866 int res_type = get_resource(f_type); in res_get() 880 static void res_free(struct em28xx *dev, enum v4l2_buf_type f_type) in res_free() argument 882 int res_type = get_resource(f_type); in res_free()
|