Home
last modified time | relevance | path

Searched refs:bch2_trans_do (Results 1 – 10 of 10) sorted by relevance

/linux/fs/bcachefs/
H A Dxattr.c333 int ret = bch2_trans_do(c, in bch2_xattr_get_handler()
H A Dsubvolume.c321 return bch2_trans_do(c, bch2_subvol_is_ro_trans(trans, subvol)); in bch2_subvol_is_ro()
H A Dbtree_iter.h923 #define bch2_trans_do(_c, _do) bch2_trans_run(_c, lockrestart_do(trans, _do)) macro
H A Ddisk_accounting.c892 int ret = bch2_trans_do(c, ({ in bch2_dev_usage_init()
H A Dinode.c1145 return bch2_trans_do(c, bch2_inode_find_by_inum_trans(trans, inum, inode)); in bch2_inode_find_by_inum()
H A Dalloc_foreground.c617 bch2_trans_do(c, in bch2_bucket_alloc()
H A Dfs.c695 bch2_trans_do(c, in bch2_lookup()
H A Dalloc_background.c1385 bch2_trans_do(w->c, bch2_recheck_discard_freespace_key(trans, w->pos)); in check_discard_freespace_key_work()
H A Dbtree_io.c1910 ret = bch2_trans_do(c, in btree_node_write_work()
H A Dbtree_update_interior.c2253 int ret = bch2_trans_do(c, async_btree_node_rewrite_trans(trans, a)); in async_btree_node_rewrite_work()