Home
last modified time | relevance | path

Searched refs:nospace (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/net/atm/
H A Dpppoatm.c309 goto nospace; in pppoatm_send()
327 goto nospace; in pppoatm_send()
336 goto nospace; in pppoatm_send()
341 goto nospace; in pppoatm_send()
357 nospace: in pppoatm_send()
/openbmc/linux/arch/powerpc/boot/
H A Daddnote.c157 goto nospace; in main()
171 goto nospace; in main()
243 nospace: in main()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gmrid_manager.c108 goto nospace; in vmw_gmrid_man_get_node()
118 nospace: in vmw_gmrid_man_get_node()
/openbmc/linux/tools/perf/
H A Dperf-completion.sh302 complete -o bashdefault -o default -o nospace -F _perf perf 2>/dev/null \
303 || complete -o default -o nospace -F _perf perf
/openbmc/linux/include/uapi/linux/
H A Dscc.h123 unsigned int nospace; /* "Out of buffers" */ member
/openbmc/u-boot/fs/ubifs/
H A Dbudget.c460 if (unlikely(c->bi.nospace) && (c->bi.nospace_rp || !can_use_rp(c))) { in ubifs_budget_space()
502 c->bi.nospace = 1; in ubifs_budget_space()
549 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_release_budget()
H A Dubifs.h1577 unsigned int nospace:1; member
H A Dsuper.c557 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_evict_inode()
H A Ddebug.c598 pr_err("\tnospace %u, nospace_rp %u\n", bi->nospace, bi->nospace_rp); in ubifs_dump_budg()
/openbmc/linux/fs/ubifs/
H A Dbudget.c449 if (unlikely(c->bi.nospace) && (c->bi.nospace_rp || !can_use_rp(c))) { in ubifs_budget_space()
491 c->bi.nospace = 1; in ubifs_budget_space()
538 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_release_budget()
H A Ddir.c854 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_unlink()
957 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_rmdir()
H A Dfile.c1200 c->bi.nospace = c->bi.nospace_rp = 0; in do_truncation()
H A Dubifs.h995 unsigned int nospace:1; member
H A Dsuper.c390 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_evict_inode()
H A Ddebug.c631 pr_err("\tnospace %u, nospace_rp %u\n", bi->nospace, bi->nospace_rp); in ubifs_dump_budg()
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c340 scc->stat.nospace++; in scc_notify()
539 scc->stat.nospace++; in scc_rxint()
2052 stat->nospace, stat->tx_state); in scc_net_seq_show()
/openbmc/qemu/qapi/
H A Dblock-core.json570 # @nospace: The last I/O operation has failed due to a no-space
575 { 'enum': 'BlockDeviceIoStatus', 'data': [ 'ok', 'failed', 'nospace' ] }
5550 # @nospace: true if I/O error was caused due to a no-space condition.
5577 'action': 'BlockErrorAction', '*nospace': 'bool',