Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dstatfs.h24 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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dstatfs.h24 __statfs_word f_type; member
47 __statfs_word f_type; member
70 __u32 f_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dstatfs.h24 __statfs_word f_type; member
47 __statfs_word f_type; member
70 __u32 f_type; member
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dstatfs.h24 __statfs_word f_type; member
47 __statfs_word f_type; member
70 __u32 f_type; member
/OK3568_Linux_fs/kernel/fs/
H A Dstatfs.c150 buf.f_type = st->f_type; in do_statfs_native()
174 buf.f_type = st->f_type; in do_statfs64()
281 buf.f_type = kbuf->f_type; in put_compat_statfs()
328 buf.f_type = kbuf->f_type; in put_compat_statfs64()
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dstatfs.h22 unsigned int f_type; member
37 unsigned int f_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstatfs.h26 __fsword_t f_type; member
51 __fsword_t f_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstatfs.h49 __SWORD_TYPE f_type; member
68 __SWORD_TYPE f_type; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dread.c138 if (sfs.f_type != 0x9fa0) { in main()
139 fprintf(stderr, "error: unexpected f_type %lx\n", (long)sfs.f_type); in main()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcompat.h127 u32 f_type; member
142 u32 f_type; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatfs.h9 long f_type; member
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dosf_sys.c236 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0004-Define-__SWORD_TYPE-if-not-defined-by-libc.patch23 +typedef __typeof__( ((struct statfs *)0)->f_type ) __SWORD_TYPE;
/OK3568_Linux_fs/buildroot/package/ecryptfs-utils/
H A D0001-musl.patch24 + typeof(buf.f_type) f_type_whitelist[] = {
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A Dfix-narrowing-cast.patch27 switch (stats.f_type) {
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dtracelog.c33 if ((unsigned long)st_fs.f_type != magic) in validate_tracefs_mnt()
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Drcar_jpu.c773 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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcompat.h72 int f_type; member
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dsuper.c102 buf->f_type = ECRYPTFS_SUPER_MAGIC; in ecryptfs_statfs()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dmem.c31 } else if (st.f_type != TMPFS_MAGIC) { in check_tmpfs()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcompat.h90 int f_type; member
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcompat.h102 int f_type; member
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcompat.h74 s32 f_type; member
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcompat.h76 int f_type; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcompat.h77 int f_type; member

1234