Home
last modified time | relevance | path

Searched refs:ENOBUFS (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/Linux-v5.4/fs/cifs/
Dfscache.h89 return -ENOBUFS; in cifs_readpage_from_fscache()
100 return -ENOBUFS; in cifs_readpages_from_fscache()
143 return -ENOBUFS; in cifs_readpage_from_fscache()
151 return -ENOBUFS; in cifs_readpages_from_fscache()
/Linux-v5.4/include/linux/
Dfscache.h419 return -ENOBUFS; in fscache_pin_cookie()
453 return -ENOBUFS; in fscache_attr_changed()
507 return -ENOBUFS; in fscache_reserve_space()
550 return -ENOBUFS; in fscache_read_or_alloc_page()
602 return -ENOBUFS; in fscache_read_or_alloc_pages()
631 return -ENOBUFS; in fscache_alloc_page()
682 return -ENOBUFS; in fscache_write_page()
/Linux-v5.4/fs/nfs/
Dfscache.h134 return -ENOBUFS; in nfs_readpage_from_fscache()
149 return -ENOBUFS; in nfs_readpages_from_fscache()
217 return -ENOBUFS; in nfs_readpage_from_fscache()
225 return -ENOBUFS; in nfs_readpages_from_fscache()
/Linux-v5.4/drivers/nfc/st-nci/
Dvendor_cmds.c112 r = -ENOBUFS; in st_nci_hci_dm_get_info()
145 r = -ENOBUFS; in st_nci_hci_dm_get_data()
230 r = -ENOBUFS; in st_nci_hci_get_param()
276 r = -ENOBUFS; in st_nci_hci_dm_vdc_measurement_value()
313 r = -ENOBUFS; in st_nci_hci_dm_vdc_value_comparison()
348 r = -ENOBUFS; in st_nci_loopback()
373 return -ENOBUFS; in st_nci_manufacturer_specific()
/Linux-v5.4/net/llc/
Dllc_c_ac.c200 int rc = -ENOBUFS; in llc_conn_ac_send_disc_cmd_p_set_x()
225 int rc = -ENOBUFS; in llc_conn_ac_send_dm_rsp_f_set_p()
251 int rc = -ENOBUFS; in llc_conn_ac_send_dm_rsp_f_set_1()
276 int rc = -ENOBUFS; in llc_conn_ac_send_frmr_rsp_f_set_x()
309 int rc = -ENOBUFS; in llc_conn_ac_resend_frmr_rsp_f_set_0()
337 int rc = -ENOBUFS; in llc_conn_ac_resend_frmr_rsp_f_set_p()
432 int rc = -ENOBUFS; in llc_conn_ac_resend_i_xxx_x_set_0_or_send_rr()
467 int rc = -ENOBUFS; in llc_conn_ac_send_rej_cmd_p_set_1()
491 int rc = -ENOBUFS; in llc_conn_ac_send_rej_rsp_f_set_1()
515 int rc = -ENOBUFS; in llc_conn_ac_send_rej_xxx_x_set_0()
[all …]
/Linux-v5.4/net/ieee802154/
Dnl802154.c315 return -ENOBUFS; in nl802154_put_flags()
320 return -ENOBUFS; in nl802154_put_flags()
339 return -ENOBUFS; in nl802154_send_wpan_phy_channels()
344 return -ENOBUFS; in nl802154_send_wpan_phy_channels()
361 return -ENOBUFS; in nl802154_put_capabilities()
365 return -ENOBUFS; in nl802154_put_capabilities()
370 return -ENOBUFS; in nl802154_put_capabilities()
382 return -ENOBUFS; in nl802154_put_capabilities()
386 return -ENOBUFS; in nl802154_put_capabilities()
398 return -ENOBUFS; in nl802154_put_capabilities()
[all …]
Dnl-phy.c79 int rc = -ENOBUFS; in ieee802154_list_phy()
167 int rc = -ENOBUFS; in ieee802154_add_iface()
314 rc = -ENOBUFS; in ieee802154_del_iface()
/Linux-v5.4/fs/fscache/
Dpage.c263 _leave(" = %d", -ENOBUFS); in __fscache_attr_changed()
264 return -ENOBUFS; in __fscache_attr_changed()
405 return -ENOBUFS; in fscache_wait_for_operation_activation()
415 return -ENOBUFS; in fscache_wait_for_operation_activation()
449 return -ENOBUFS; in __fscache_read_or_alloc_page()
536 return -ENOBUFS; in __fscache_read_or_alloc_page()
580 return -ENOBUFS; in __fscache_read_or_alloc_pages()
663 return -ENOBUFS; in __fscache_read_or_alloc_pages()
696 return -ENOBUFS; in __fscache_alloc_page()
757 return -ENOBUFS; in __fscache_alloc_page()
[all …]
Doperation.c182 ret = -ENOBUFS; in fscache_submit_exclusive_op()
220 ret = -ENOBUFS; in fscache_submit_exclusive_op()
225 ret = -ENOBUFS; in fscache_submit_exclusive_op()
269 ret = -ENOBUFS; in fscache_submit_op()
302 ret = -ENOBUFS; in fscache_submit_op()
308 ret = -ENOBUFS; in fscache_submit_op()
/Linux-v5.4/fs/cachefiles/
Drdwr.c364 ret = -ENOBUFS; in cachefiles_read_backing_file_one()
458 return -ENOBUFS; in cachefiles_read_or_alloc_page()
672 ret = -ENOBUFS; in cachefiles_read_backing_file()
729 ret = space ? -ENODATA : -ENOBUFS; in cachefiles_read_or_alloc_pages()
783 return -ENOBUFS; in cachefiles_read_or_alloc_pages()
816 ret = -ENOBUFS; in cachefiles_allocate_page()
865 ret = -ENOBUFS; in cachefiles_allocate_pages()
889 int ret = -ENOBUFS; in cachefiles_write_page()
901 return -ENOBUFS; in cachefiles_write_page()
956 return -ENOBUFS; in cachefiles_write_page()
/Linux-v5.4/fs/9p/
Dcache.c250 return -ENOBUFS; in __v9fs_readpage_from_fscache()
258 case -ENOBUFS: in __v9fs_readpage_from_fscache()
288 return -ENOBUFS; in __v9fs_readpages_from_fscache()
296 case -ENOBUFS: in __v9fs_readpages_from_fscache()
Dcache.h112 return -ENOBUFS; in v9fs_readpage_from_fscache()
120 return -ENOBUFS; in v9fs_readpages_from_fscache()
/Linux-v5.4/net/dccp/
Dccid.c53 return -ENOBUFS; in ccid_get_builtin_ccids()
67 return -ENOBUFS; in ccid_getsockopt_builtin_ccids()
100 int err = -ENOBUFS; in ccid_activate()
Dackvec.c57 return -ENOBUFS; in dccp_ackvec_update_records()
352 return -ENOBUFS; in dccp_ackvec_parsed_add()
393 return -ENOBUFS; in dccp_ackvec_init()
/Linux-v5.4/drivers/nfc/st21nfca/
Dvendor_cmds.c109 r = -ENOBUFS; in st21nfca_hci_dm_get_info()
144 r = -ENOBUFS; in st21nfca_hci_dm_get_data()
207 r = -ENOBUFS; in st21nfca_hci_get_param()
287 r = -ENOBUFS; in st21nfca_hci_loopback()
/Linux-v5.4/fs/ceph/
Dcache.c232 return -ENOBUFS; in ceph_readpage_from_fscache()
242 case -ENOBUFS: /* Pages were not found, and can't be */ in ceph_readpage_from_fscache()
261 return -ENOBUFS; in ceph_readpages_from_fscache()
271 case -ENOBUFS: /* Some pages were not found, and can't be */ in ceph_readpages_from_fscache()
Dcache.h129 return -ENOBUFS; in ceph_readpage_from_fscache()
137 return -ENOBUFS; in ceph_readpages_from_fscache()
/Linux-v5.4/drivers/media/rc/
Dir-imon-decoder.c199 return -ENOBUFS; in ir_imon_encode()
212 return -ENOBUFS; in ir_imon_encode()
222 return -ENOBUFS; in ir_imon_encode()
/Linux-v5.4/lib/
Doid_registry.c120 return -ENOBUFS; in sprint_oid()
141 return -ENOBUFS; in sprint_oid()
/Linux-v5.4/net/dccp/ccids/lib/
Dpacket_history.c38 return tfrc_tx_hist_slab == NULL ? -ENOBUFS : 0; in tfrc_tx_packet_history_init()
54 return -ENOBUFS; in tfrc_tx_hist_add()
86 return tfrc_rx_hist_slab == NULL ? -ENOBUFS : 0; in tfrc_rx_packet_history_init()
352 return -ENOBUFS; in tfrc_rx_hist_alloc()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_cnt.c150 return -ENOBUFS; in mlxsw_sp_counter_alloc()
155 return -ENOBUFS; in mlxsw_sp_counter_alloc()
/Linux-v5.4/drivers/net/can/
Drx-offload.c145 skb_error = ERR_PTR(-ENOBUFS); /* skb_queue is full */ in can_rx_offload_offload_one()
276 return -ENOBUFS; in can_rx_offload_queue_sorted()
321 return -ENOBUFS; in can_rx_offload_queue_tail()
/Linux-v5.4/net/wireless/
Dnl80211.c893 return -ENOBUFS; in nl80211_msg_put_wmm_rules()
985 return -ENOBUFS; in nl80211_msg_put_channel()
1335 return -ENOBUFS; in nl80211_put_iftypes()
1408 return -ENOBUFS; in nl80211_put_iface_combinations()
1424 return -ENOBUFS; in nl80211_send_wowlan_tcp_caps()
1428 return -ENOBUFS; in nl80211_send_wowlan_tcp_caps()
1432 return -ENOBUFS; in nl80211_send_wowlan_tcp_caps()
1435 return -ENOBUFS; in nl80211_send_wowlan_tcp_caps()
1439 return -ENOBUFS; in nl80211_send_wowlan_tcp_caps()
1443 return -ENOBUFS; in nl80211_send_wowlan_tcp_caps()
[all …]
/Linux-v5.4/tools/perf/arch/powerpc/util/
Dheader.c34 return ENOBUFS; in get_cpuid()
/Linux-v5.4/net/decnet/
Ddn_rules.c141 err = -ENOBUFS; in dn_fib_rule_configure()
219 return -ENOBUFS; in dn_fib_rule_fill()

12345678910>>...14