Searched refs:f_type (Results 1 - 25 of 84) sorted by relevance

1234

/linux-master/arch/s390/include/uapi/asm/
H A Dstatfs.h22 unsigned int f_type; member in struct:statfs
37 unsigned int f_type; member in struct:statfs64
/linux-master/arch/mips/include/uapi/asm/
H A Dstatfs.h24 long f_type; member in struct:statfs
25 #define f_fstyp f_type
47 __u32 f_type; member in struct:statfs64
67 long f_type; member in struct:statfs64
84 __u32 f_type; member in struct:compat_statfs64
/linux-master/include/uapi/asm-generic/
H A Dstatfs.h24 __statfs_word f_type; member in struct:statfs
47 __statfs_word f_type; member in struct:statfs64
70 __u32 f_type; member in struct:compat_statfs64
/linux-master/include/linux/
H A Dstatfs.h10 long f_type; member in struct:kstatfs
/linux-master/tools/testing/selftests/proc/
H A Dread.c140 if (sfs.f_type != 0x9fa0) {
141 fprintf(stderr, "error: unexpected f_type %lx\n", (long)sfs.f_type);
/linux-master/arch/s390/include/asm/
H A Dcompat.h89 u32 f_type; member in struct:compat_statfs
104 u32 f_type; member in struct:compat_statfs64
/linux-master/fs/
H A Dstatfs.c151 buf.f_type = st->f_type;
175 buf.f_type = st->f_type;
284 buf.f_type = kbuf->f_type;
331 buf.f_type = kbuf->f_type;
/linux-master/arch/x86/include/asm/
H A Dcompat.h64 int f_type; member in struct:compat_statfs
/linux-master/arch/arm64/include/asm/
H A Dcompat.h72 int f_type; member in struct:compat_statfs
/linux-master/fs/ecryptfs/
H A Dsuper.c102 buf->f_type = ECRYPTFS_SUPER_MAGIC;
/linux-master/tools/bpf/bpftool/
H A Dtracelog.c33 if ((unsigned long)st_fs.f_type != magic)
/linux-master/arch/mips/include/asm/
H A Dcompat.h62 int f_type; member in struct:compat_statfs
/linux-master/arch/um/os-Linux/
H A Dmem.c53 } else if (st.f_type != TMPFS_MAGIC) {
/linux-master/include/asm-generic/
H A Dcompat.h93 compat_int_t f_type; member in struct:compat_statfs
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c237 short f_type; member in struct:osf_statfs
250 short f_type; member in struct:osf_statfs64
309 tmp_stat.f_type = linux_stat->f_type;
330 tmp_stat.f_type = linux_stat->f_type;
/linux-master/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c377 if (sm.sb_magic != sf.f_type) {
380 sf.f_type);
/linux-master/tools/testing/selftests/mm/
H A Dhugetlb-read-hwpoison.c253 if (file_stat->f_type != HUGETLBFS_MAGIC) {
H A Dgup_longterm.c47 return ret ? 0 : fs.f_type;
/linux-master/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c107 return statfs_buf.f_type == TMPFS_MAGIC;
/linux-master/fs/freevxfs/
H A Dvxfs_super.c81 bufp->f_type = VXFS_SUPER_MAGIC;
/linux-master/fs/9p/
H A Dvfs_super.c228 buf->f_type = rs.type;
/linux-master/drivers/media/platform/renesas/
H A Drcar_jpu.c766 unsigned int f_type, w, h; local
768 f_type = V4L2_TYPE_IS_OUTPUT(type) ? JPU_FMT_TYPE_OUTPUT :
771 fmt = jpu_find_format(ctx->encoder, pix->pixelformat, f_type);
777 pixelformat = f_type == JPU_FMT_TYPE_OUTPUT ?
780 pixelformat = f_type == JPU_FMT_TYPE_CAPTURE ?
782 fmt = jpu_find_format(ctx->encoder, pixelformat, f_type);
/linux-master/tools/lib/api/fs/
H A Dfs.c183 else if ((long)st_fs.f_type != magic)
/linux-master/fs/efivarfs/
H A Dsuper.c91 buf->f_type = dentry->d_sb->s_magic;
/linux-master/fs/coda/
H A Dinode.c335 buf->f_type = CODA_SUPER_MAGIC;

Completed in 189 milliseconds

1234