Searched refs:nospace (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/net/atm/ |
H A D | pppoatm.c | 309 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 D | addnote.c | 157 goto nospace; in main() 171 goto nospace; in main() 243 nospace: in main()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_gmrid_manager.c | 108 goto nospace; in vmw_gmrid_man_get_node() 118 nospace: in vmw_gmrid_man_get_node()
|
/openbmc/linux/tools/perf/ |
H A D | perf-completion.sh | 302 complete -o bashdefault -o default -o nospace -F _perf perf 2>/dev/null \ 303 || complete -o default -o nospace -F _perf perf
|
/openbmc/linux/fs/ubifs/ |
H A D | budget.c | 449 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 D | dir.c | 854 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 D | ubifs.h | 995 unsigned int nospace:1; member
|
H A D | file.c | 1200 c->bi.nospace = c->bi.nospace_rp = 0; in do_truncation()
|
H A D | super.c | 390 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_evict_inode()
|
H A D | debug.c | 631 pr_err("\tnospace %u, nospace_rp %u\n", bi->nospace, bi->nospace_rp); in ubifs_dump_budg()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | budget.c | 460 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 D | ubifs.h | 1577 unsigned int nospace:1; member
|
H A D | super.c | 557 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_evict_inode()
|
H A D | debug.c | 598 pr_err("\tnospace %u, nospace_rp %u\n", bi->nospace, bi->nospace_rp); in ubifs_dump_budg()
|
/openbmc/linux/include/uapi/linux/ |
H A D | scc.h | 123 unsigned int nospace; /* "Out of buffers" */ member
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | scc.c | 340 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 D | block-core.json | 582 # @nospace: The last I/O operation has failed due to a no-space 587 { 'enum': 'BlockDeviceIoStatus', 'data': [ 'ok', 'failed', 'nospace' ] } 5602 # @nospace: true if I/O error was caused due to a no-space condition. 5632 'action': 'BlockErrorAction', '*nospace': 'bool',
|