| /OK3568_Linux_fs/kernel/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
|
| /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 D | statfs.h | 24 __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 D | statfs.h | 24 __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 D | statfs.h | 24 __statfs_word f_type; member 47 __statfs_word f_type; member 70 __u32 f_type; member
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | statfs.c | 150 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 D | statfs.h | 22 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 D | statfs.h | 26 __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 D | statfs.h | 49 __SWORD_TYPE f_type; member 68 __SWORD_TYPE f_type; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | compat.h | 127 u32 f_type; member 142 u32 f_type; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | statfs.h | 9 long f_type; member
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
| H A D | 0004-Define-__SWORD_TYPE-if-not-defined-by-libc.patch | 23 +typedef __typeof__( ((struct statfs *)0)->f_type ) __SWORD_TYPE;
|
| /OK3568_Linux_fs/buildroot/package/ecryptfs-utils/ |
| H A D | 0001-musl.patch | 24 + typeof(buf.f_type) f_type_whitelist[] = {
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | fix-narrowing-cast.patch | 27 switch (stats.f_type) {
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | tracelog.c | 33 if ((unsigned long)st_fs.f_type != magic) in validate_tracefs_mnt()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | compat.h | 72 int f_type; member
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | super.c | 102 buf->f_type = ECRYPTFS_SUPER_MAGIC; in ecryptfs_statfs()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | mem.c | 31 } else if (st.f_type != TMPFS_MAGIC) { in check_tmpfs()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | compat.h | 90 int f_type; member
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | compat.h | 102 int f_type; member
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | compat.h | 74 s32 f_type; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | compat.h | 76 int f_type; member
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | compat.h | 77 int f_type; member
|