/Linux-v6.1/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-v6.1/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-v6.1/fs/ |
D | statfs.c | 150 buf.f_type = st->f_type; in do_statfs_native() 174 buf.f_type = st->f_type; in do_statfs64() 284 buf.f_type = kbuf->f_type; in put_compat_statfs() 331 buf.f_type = kbuf->f_type; in put_compat_statfs64()
|
/Linux-v6.1/arch/s390/include/uapi/asm/ |
D | statfs.h | 22 unsigned int f_type; member 37 unsigned int f_type; member
|
/Linux-v6.1/arch/s390/include/asm/ |
D | compat.h | 89 u32 f_type; member 104 u32 f_type; member
|
/Linux-v6.1/tools/testing/selftests/proc/ |
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-v6.1/include/linux/ |
D | statfs.h | 10 long f_type; member
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | compat.h | 72 int f_type; member
|
/Linux-v6.1/arch/x86/include/asm/ |
D | compat.h | 64 int f_type; member
|
/Linux-v6.1/arch/alpha/kernel/ |
D | osf_sys.c | 237 short f_type; member 250 short f_type; member 309 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs() 330 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs64()
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | tracelog.c | 33 if ((unsigned long)st_fs.f_type != magic) in validate_tracefs_mnt()
|
/Linux-v6.1/arch/mips/include/asm/ |
D | compat.h | 62 int f_type; member
|
/Linux-v6.1/fs/ecryptfs/ |
D | super.c | 102 buf->f_type = ECRYPTFS_SUPER_MAGIC; in ecryptfs_statfs()
|
/Linux-v6.1/arch/um/os-Linux/ |
D | mem.c | 53 } else if (st.f_type != TMPFS_MAGIC) { in check_tmpfs()
|
/Linux-v6.1/drivers/media/platform/renesas/ |
D | rcar_jpu.c | 772 unsigned int f_type, w, h; in __jpu_try_fmt() local 774 f_type = V4L2_TYPE_IS_OUTPUT(type) ? JPU_FMT_TYPE_OUTPUT : in __jpu_try_fmt() 777 fmt = jpu_find_format(ctx->encoder, pix->pixelformat, f_type); in __jpu_try_fmt() 783 pixelformat = f_type == JPU_FMT_TYPE_OUTPUT ? in __jpu_try_fmt() 786 pixelformat = f_type == JPU_FMT_TYPE_CAPTURE ? in __jpu_try_fmt() 788 fmt = jpu_find_format(ctx->encoder, pixelformat, f_type); in __jpu_try_fmt()
|
/Linux-v6.1/include/asm-generic/ |
D | compat.h | 93 compat_int_t f_type; member
|
/Linux-v6.1/drivers/media/platform/samsung/s5p-jpeg/ |
D | jpeg-core.c | 1589 unsigned int f_type; in s5p_jpeg_s_fmt() local 1603 f_type = V4L2_TYPE_IS_OUTPUT(f->type) ? in s5p_jpeg_s_fmt() 1606 q_data->fmt = s5p_jpeg_find_format(ct, pix->pixelformat, f_type); in s5p_jpeg_s_fmt() 1621 f_type == FMT_TYPE_OUTPUT && ct->mode == S5P_JPEG_ENCODE) in s5p_jpeg_s_fmt() 1632 if (f_type == FMT_TYPE_OUTPUT) { in s5p_jpeg_s_fmt() 1647 ((ct->mode == S5P_JPEG_DECODE && f_type == FMT_TYPE_CAPTURE) || in s5p_jpeg_s_fmt() 1648 (ct->mode == S5P_JPEG_ENCODE && f_type == FMT_TYPE_OUTPUT))) { in s5p_jpeg_s_fmt() 1659 f_type == FMT_TYPE_CAPTURE && in s5p_jpeg_s_fmt()
|
/Linux-v6.1/fs/freevxfs/ |
D | vxfs_super.c | 80 bufp->f_type = VXFS_SUPER_MAGIC; in vxfs_statfs()
|
/Linux-v6.1/fs/coda/ |
D | inode.c | 308 buf->f_type = CODA_SUPER_MAGIC; in coda_statfs()
|
/Linux-v6.1/fs/efs/ |
D | super.c | 335 buf->f_type = EFS_SUPER_MAGIC; /* efs magic number */ in efs_statfs()
|
/Linux-v6.1/fs/9p/ |
D | vfs_super.c | 258 buf->f_type = rs.type; in v9fs_statfs()
|
/Linux-v6.1/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 840 static int get_resource(enum v4l2_buf_type f_type) in get_resource() argument 842 switch (f_type) { in get_resource() 854 static int res_get(struct em28xx *dev, enum v4l2_buf_type f_type) in res_get() argument 856 int res_type = get_resource(f_type); in res_get() 870 static void res_free(struct em28xx *dev, enum v4l2_buf_type f_type) in res_free() argument 872 int res_type = get_resource(f_type); in res_free()
|
/Linux-v6.1/tools/lib/api/fs/ |
D | fs.c | 178 else if ((long)st_fs.f_type != magic) in fs__valid_mount()
|
/Linux-v6.1/fs/sysv/ |
D | inode.c | 94 buf->f_type = sb->s_magic; in sysv_statfs()
|
/Linux-v6.1/fs/hfs/ |
D | super.c | 100 buf->f_type = HFS_SUPER_MAGIC; in hfs_statfs()
|