Home
last modified time | relevance | path

Searched refs:allocation_failure (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dprintbuf.h87 bool allocation_failure:1; member
258 buf->allocation_failure = 0; in printbuf_reset_keep_tabstops()
H A Ddebug.c539 if (i->buf.allocation_failure) in bch2_cached_btree_nodes_read()
626 if (i->buf.allocation_failure) in bch2_btree_transactions_read()
669 if (i->buf.allocation_failure) in bch2_journal_pins_read()
702 if (i->buf.allocation_failure) in bch2_btree_updates_read()
802 if (i->buf.allocation_failure) in btree_transaction_stats_read()
867 if (i->buf.allocation_failure) in bch2_simple_print()
H A Dprintbuf.c50 out->allocation_failure = true; in bch2_printbuf_make_room()
62 out->allocation_failure = true; in bch2_printbuf_make_room()
H A Dbtree_update.c834 int ret = buf->allocation_failure ? -BCH_ERR_ENOMEM_trans_log_msg : 0; in bch2_trans_log_msg()
873 int ret = buf.allocation_failure ? -BCH_ERR_ENOMEM_trans_log_msg : 0; in __bch2_fs_log_msg()
H A Dopts.c557 if (parse_later->allocation_failure) in bch2_parse_one_mount_opt()
H A Dxattr.c442 if (out.allocation_failure) { in __bch2_xattr_bcachefs_get()
H A Dnamei.c641 ret = path->allocation_failure ? -ENOMEM : 0; in bch2_inum_to_path()
H A Dsysfs.c66 if (!ret && out.allocation_failure) \
H A Dsuper.c836 ret = name.allocation_failure ? -BCH_ERR_ENOMEM_fs_name_alloc : 0; in bch2_fs_alloc()
1787 if (label.allocation_failure) { in bch2_dev_add()
H A Dfs.c2351 int ret = buf.allocation_failure ? -ENOMEM : 0; in bch2_show_options()
H A Dbtree_iter.c1613 if (!buf.allocation_failure) { in bch2_trans_update_max_paths()
/linux-6.15/drivers/md/dm-vdo/
H A Dblock-map.c1935 static void allocation_failure(struct vdo_completion *completion) in allocation_failure() function
2208 allocate_block, allocation_failure); in allocate_block_map_page()