/openbmc/linux/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
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/ |
H A D | 0001-Fru-Fix-edit-field-not-checking-area-existence.patch | 95 - uint8_t f_type, uint8_t f_index, char *f_string); 96 + uint8_t f_type, uint8_t f_index, char *f_string, 101 @@ -4997,12 +4998,19 @@ f_type, uint8_t f_index, char *f_string) 109 - ipmi_fru_set_field_string_rebuild(intf,fruId,fru,header,f_type,f_index,f_string) 122 + f_type, f_index, f_string, 131 - uint8_t f_type, uint8_t f_index, char *f_string) 132 + uint8_t f_type, uint8_t f_index, char *f_string, 156 - if (f_type == 'c' ) 184 - if ((f_type == 'c' ) || (f_type == 'b' )) 253 - if ((f_type == 'c' ) || (f_type == 'b' ) || (f_type == 'p' )) {
|
/openbmc/linux/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
|
/openbmc/linux/fs/ |
H A D | statfs.c | 151 buf.f_type = st->f_type; in do_statfs_native() 175 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()
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | statfs.h | 22 unsigned int f_type; member 37 unsigned int f_type; member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | compat.h | 89 u32 f_type; member 104 u32 f_type; member
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A 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()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 188 __put_user(host_statfs->f_type, &target_statfs->f_type); in h2t_freebsd11_statfs() 226 __put_user(host_statfs->f_type, &target_statfs->f_type); in h2t_freebsd_statfs()
|
/openbmc/qemu/util/ |
H A D | mmap-alloc.c | 47 switch (fs.f_type) { in qemu_fd_getfs() 71 if (ret == 0 && fs.f_type == HUGETLBFS_MAGIC) { in qemu_fd_getpagesize()
|
/openbmc/linux/include/linux/ |
H A D | statfs.h | 10 long f_type; member
|
/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ |
H A D | define_musl_sword_type.patch | 12 +typedef __typeof__( ((struct statfs *)0)->f_type ) __SWORD_TYPE;
|
/openbmc/openbmc/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;
|
/openbmc/linux/arch/alpha/kernel/ |
H A 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()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | compat.h | 72 int f_type; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | compat.h | 64 int f_type; member
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_fru.c | 68 char fruId, uint8_t f_type, uint8_t f_index, char *f_string); 72 uint8_t f_type, uint8_t f_index, char *f_string); 4614 f_type, uint8_t f_index, char *f_string) in ipmi_fru_set_field_string() 4715 if (f_type == 'c' ) { in ipmi_fru_set_field_string() 4722 else if (f_type == 'b' ) { in ipmi_fru_set_field_string() 4729 else if (f_type == 'p' ) { in ipmi_fru_set_field_string() 4795 ipmi_fru_set_field_string_rebuild(intf,fruId,fru,header,f_type,f_index,f_string) in ipmi_fru_set_field_string() 4848 uint8_t f_type, uint8_t f_index, char *f_string) in ipmi_fru_set_field_string_rebuild() argument 4902 if (f_type == 'c' ) in ipmi_fru_set_field_string_rebuild() 4909 else if (f_type == 'b' ) in ipmi_fru_set_field_string_rebuild() [all …]
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | tracelog.c | 33 if ((unsigned long)st_fs.f_type != magic) in validate_tracefs_mnt()
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 329 uint32_t f_type; /* type of filesystem */ member 354 uint32_t f_type; /* type of filesystem */ member
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compat.h | 62 int f_type; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 2099 abi_int f_type; member 2116 abi_long f_type; member 2134 abi_uint f_type; member 2153 abi_long f_type; member 2168 abi_long f_type; member 2183 abi_int f_type; member 2199 abi_int f_type; member 2214 abi_uint f_type; member 2229 abi_uint f_type; member
|
/openbmc/linux/fs/ecryptfs/ |
H A D | super.c | 102 buf->f_type = ECRYPTFS_SUPER_MAGIC; in ecryptfs_statfs()
|
/openbmc/linux/drivers/media/platform/renesas/ |
H A D | rcar_jpu.c | 766 unsigned int f_type, w, h; in __jpu_try_fmt() local 768 f_type = V4L2_TYPE_IS_OUTPUT(type) ? JPU_FMT_TYPE_OUTPUT : in __jpu_try_fmt() 771 fmt = jpu_find_format(ctx->encoder, pix->pixelformat, f_type); in __jpu_try_fmt() 777 pixelformat = f_type == JPU_FMT_TYPE_OUTPUT ? in __jpu_try_fmt() 780 pixelformat = f_type == JPU_FMT_TYPE_CAPTURE ? in __jpu_try_fmt() 782 fmt = jpu_find_format(ctx->encoder, pixelformat, f_type); in __jpu_try_fmt()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | mem.c | 54 } else if (st.f_type != TMPFS_MAGIC) { in check_tmpfs()
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 93 compat_int_t f_type; member
|
/openbmc/linux/tools/testing/selftests/cachestat/ |
H A D | test_cachestat.c | 108 return statfs_buf.f_type == TMPFS_MAGIC; in is_on_tmpfs()
|