Home
last modified time | relevance | path

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

123456

/Linux-v6.1/fs/afs/
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()
/Linux-v6.1/drivers/video/fbdev/core/
Dfb_sys_fops.c73 return -EFBIG; in fb_sys_write()
76 err = -EFBIG; in fb_sys_write()
/Linux-v6.1/drivers/misc/sgi-gru/
Dgrukdump.c74 return -EFBIG; in gru_dump_tfm()
94 return -EFBIG; in gru_dump_tgh()
153 ret = -EFBIG; in gru_dump_context()
/Linux-v6.1/net/9p/
Derror.c66 {"File too large", EFBIG},
163 {"file too big", EFBIG},
/Linux-v6.1/fs/
Dkernel_read_file.c62 ret = -EFBIG; in kernel_read_file()
67 ret = -EFBIG; in kernel_read_file()
/Linux-v6.1/include/uapi/asm-generic/
Derrno-base.h31 #define EFBIG 27 /* File too large */ macro
/Linux-v6.1/tools/include/uapi/asm-generic/
Derrno-base.h31 #define EFBIG 27 /* File too large */ macro
/Linux-v6.1/drivers/pnp/pnpbios/
Dproc.c78 return -EFBIG; in escd_proc_show()
98 return -EFBIG; in escd_proc_show()
/Linux-v6.1/fs/ramfs/
Dfile-nommu.c74 return -EFBIG; in ramfs_nommu_expand_for_mapping()
140 return -EFBIG; in ramfs_nommu_resize()
/Linux-v6.1/drivers/video/fbdev/
Dhecubafb.c172 return -EFBIG; in hecubafb_write()
175 err = -EFBIG; in hecubafb_write()
/Linux-v6.1/fs/btrfs/
Dverity.c86 return -EFBIG; in merkle_file_pos()
720 return ERR_PTR(-EFBIG); in btrfs_read_merkle_tree_page()
800 return -EFBIG; in btrfs_write_merkle_tree_block()
Dfile-item.c223 ret = -EFBIG; in btrfs_lookup_csum()
316 if (ret == -ENOENT || ret == -EFBIG) in search_csum_tree()
1027 if (ret != -EFBIG && ret != -ENOENT) in btrfs_csum_file_blocks()
1030 if (ret == -EFBIG) { in btrfs_csum_file_blocks()
/Linux-v6.1/arch/powerpc/platforms/powernv/
Dopal-secvar.c48 err = -EFBIG; in opal_status_to_err()
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_adminq.h116 -EFBIG, /* I40E_AQ_RC_EFBIG */ in i40e_aq_rc_to_posix()
/Linux-v6.1/drivers/net/ethernet/intel/iavf/
Diavf_adminq.h116 -EFBIG, /* IAVF_AQ_RC_EFBIG */ in iavf_aq_rc_to_posix()
/Linux-v6.1/drivers/nubus/
Dproc.c117 return -EFBIG; in nubus_proc_rsrc_show()
/Linux-v6.1/Documentation/translations/zh_TW/cpu-freq/
Dcpufreq-stats.rst101 如果轉換表大於PAGE_SIZE,讀取時將返回一個-EFBIG錯誤。
/Linux-v6.1/Documentation/translations/zh_CN/cpu-freq/
Dcpufreq-stats.rst103 如果转换表大于PAGE_SIZE,读取时将返回一个-EFBIG错误。
/Linux-v6.1/drivers/char/
Dpowernv-op-panel.c99 return -EFBIG; in oppanel_write()
/Linux-v6.1/fs/configfs/
Dfile.c138 retval = -EFBIG; in configfs_bin_read_iter()
258 len = -EFBIG; in configfs_bin_write_iter()
/Linux-v6.1/fs/ntfs3/
Dxattr.c104 return -EFBIG; in ntfs_read_ea()
107 return -EFBIG; in ntfs_read_ea()
385 err = -EFBIG; // -EINVAL? in ntfs_set_ea()
/Linux-v6.1/fs/xfs/
Dxfs_mount.c138 return -EFBIG; in xfs_sb_validate_fsb_count()
398 return -EFBIG; in xfs_check_sizes()
415 return -EFBIG; in xfs_check_sizes()
Dxfs_bmap_util.c865 if (error == -EFBIG) in xfs_alloc_file_space()
923 if (error == -EFBIG) in xfs_unmap_extent()
1206 if (error == -EFBIG) in xfs_insert_file_space()
1436 if (error == -EFBIG) in xfs_swap_extent_rmap()
1447 if (error == -EFBIG) in xfs_swap_extent_rmap()
/Linux-v6.1/lib/
Derrname.c51 E(EFBIG),
/Linux-v6.1/drivers/mtd/ubi/
Dblock.c363 return -EFBIG; in calc_disk_capacity()
550 if (ret == -EFBIG) { in ubiblock_resize()

123456