Home
last modified time | relevance | path

Searched refs:EFBIG (Results 1 – 25 of 175) sorted by relevance

1234567

/openbmc/linux/fs/afs/
H A Dmisc.c23 case 27: return -EFBIG; in afs_abort_to_error()
52 case AFSVL_REPSFULL: return -EFBIG; in afs_abort_to_error()
78 case UAEFBIG: return -EFBIG; in afs_abort_to_error()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_sys_fops.c76 return -EFBIG; in fb_sys_write()
79 err = -EFBIG; in fb_sys_write()
H A Dfb_io_fops.c85 return -EFBIG; in fb_io_write()
88 err = -EFBIG; in fb_io_write()
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrukdump.c74 return -EFBIG; in gru_dump_tfm()
94 return -EFBIG; in gru_dump_tgh()
153 ret = -EFBIG; in gru_dump_context()
/openbmc/linux/net/9p/
H A Derror.c66 {"File too large", EFBIG},
163 {"file too big", EFBIG},
/openbmc/linux/fs/
H A Dkernel_read_file.c62 ret = -EFBIG; in kernel_read_file()
67 ret = -EFBIG; in kernel_read_file()
/openbmc/linux/include/uapi/asm-generic/
H A Derrno-base.h31 #define EFBIG 27 /* File too large */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno-base.h31 #define EFBIG 27 /* File too large */ macro
/openbmc/linux/fs/ramfs/
H A Dfile-nommu.c74 return -EFBIG; in ramfs_nommu_expand_for_mapping()
140 return -EFBIG; in ramfs_nommu_resize()
/openbmc/linux/drivers/pnp/pnpbios/
H A Dproc.c78 return -EFBIG; in escd_proc_show()
98 return -EFBIG; in escd_proc_show()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hv_gpci114 * "-EFBIG" : System information exceeds PAGE_SIZE.
146 * "-EFBIG" : System information exceeds PAGE_SIZE.
178 * "-EFBIG" : System information exceeds PAGE_SIZE.
210 * "-EFBIG" : System information exceeds PAGE_SIZE.
242 * "-EFBIG" : System information exceeds PAGE_SIZE.
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h116 -EFBIG, /* I40E_AQ_RC_EFBIG */ in i40e_aq_rc_to_posix()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h116 -EFBIG, /* IAVF_AQ_RC_EFBIG */ in iavf_aq_rc_to_posix()
/openbmc/u-boot/include/linux/
H A Derrno.h30 #define EFBIG 27 /* File too large */ macro
/openbmc/linux/fs/xfs/scrub/
H A Dxfile.c143 return -EFBIG; in xfile_pread()
221 return -EFBIG; in xfile_pwrite()
/openbmc/linux/fs/verity/
H A Dopen.c113 err = -EFBIG; in fsverity_init_merkle_tree_params()
143 err = -EFBIG; in fsverity_init_merkle_tree_params()
/openbmc/linux/fs/btrfs/
H A Dverity.c92 return -EFBIG; in merkle_file_pos()
726 return ERR_PTR(-EFBIG); in btrfs_read_merkle_tree_page()
799 return -EFBIG; in btrfs_write_merkle_tree_block()
/openbmc/qemu/block/
H A Dcrypto.c138 ret = -EFBIG; in block_crypto_create_init_func()
154 if (ret == -EFBIG) { in block_crypto_create_init_func()
175 return -EFBIG; in block_crypto_co_format_luks_payload()
193 if (ret == -EFBIG) { in block_crypto_co_format_luks_payload()
442 return -EFBIG; in block_crypto_co_truncate()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dlpc_aspeed.cpp77 result.response = EFBIG; in mapWindow()
H A Dlpc_nuvoton.cpp143 result.response = EFBIG; in mapWindow()
/openbmc/phosphor-ipmi-flash/tools/
H A Dlpc.cpp85 if (bytes.code == EFBIG) in sendContents()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c106 return -EFBIG; in nand_erase_opts()
616 return -EFBIG; in nand_write_skip_bad()
736 return -EFBIG; in nand_read_skip_bad()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c48 err = -EFBIG; in opal_status_to_err()
/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/
H A Dcpufreq-stats.rst101 如果轉換表大於PAGE_SIZE,讀取時將返回一個-EFBIG錯誤。
/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/
H A Dcpufreq-stats.rst103 如果转换表大于PAGE_SIZE,读取时将返回一个-EFBIG错误。

1234567