/openbmc/linux/fs/afs/ |
H A D | misc.c | 23 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 D | fb_sys_fops.c | 76 return -EFBIG; in fb_sys_write() 79 err = -EFBIG; in fb_sys_write()
|
H A D | fb_io_fops.c | 85 return -EFBIG; in fb_io_write() 88 err = -EFBIG; in fb_io_write()
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | grukdump.c | 74 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 D | error.c | 66 {"File too large", EFBIG}, 163 {"file too big", EFBIG},
|
/openbmc/linux/fs/ |
H A D | kernel_read_file.c | 62 ret = -EFBIG; in kernel_read_file() 67 ret = -EFBIG; in kernel_read_file()
|
/openbmc/linux/fs/ramfs/ |
H A D | file-nommu.c | 74 return -EFBIG; in ramfs_nommu_expand_for_mapping() 140 return -EFBIG; in ramfs_nommu_resize()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 31 #define EFBIG 27 /* File too large */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno-base.h | 31 #define EFBIG 27 /* File too large */ macro
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-event_source-devices-hv_gpci | 114 * "-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/pnp/pnpbios/ |
H A D | proc.c | 78 return -EFBIG; in escd_proc_show() 98 return -EFBIG; in escd_proc_show()
|
/openbmc/qemu/block/ |
H A D | crypto.c | 138 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/linux/fs/btrfs/ |
H A D | verity.c | 92 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/linux/fs/xfs/scrub/ |
H A D | xfile.c | 143 return -EFBIG; in xfile_pread() 221 return -EFBIG; in xfile_pwrite()
|
/openbmc/linux/fs/verity/ |
H A D | open.c | 113 err = -EFBIG; in fsverity_init_merkle_tree_params() 143 err = -EFBIG; in fsverity_init_merkle_tree_params()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq.h | 116 -EFBIG, /* I40E_AQ_RC_EFBIG */ in i40e_aq_rc_to_posix()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_adminq.h | 116 -EFBIG, /* IAVF_AQ_RC_EFBIG */ in iavf_aq_rc_to_posix()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 30 #define EFBIG 27 /* File too large */ macro
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_util.c | 106 return -EFBIG; in nand_erase_opts() 616 return -EFBIG; in nand_write_skip_bad() 736 return -EFBIG; in nand_read_skip_bad()
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | lpc.cpp | 85 if (bytes.code == EFBIG) in sendContents()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | lpc_aspeed.cpp | 77 result.response = EFBIG; in mapWindow()
|
H A D | lpc_nuvoton.cpp | 143 result.response = EFBIG; in mapWindow()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-secvar.c | 48 err = -EFBIG; in opal_status_to_err()
|
/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/ |
H A D | cpufreq-stats.rst | 101 如果轉換表大於PAGE_SIZE,讀取時將返回一個-EFBIG錯誤。
|
/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/ |
H A D | cpufreq-stats.rst | 103 如果转换表大于PAGE_SIZE,读取时将返回一个-EFBIG错误。
|