Home
last modified time | relevance | path

Searched refs:bch2_trans_run (Results 1 – 25 of 30) sorted by relevance

12

/linux/fs/bcachefs/
H A Dtests.c133 ret = bch2_trans_run(c, in test_iterate()
148 ret = bch2_trans_run(c, in test_iterate()
188 ret = bch2_trans_run(c, in test_iterate_extents()
204 ret = bch2_trans_run(c, in test_iterate_extents()
244 ret = bch2_trans_run(c, in test_iterate_slots()
261 ret = bch2_trans_run(c, in test_iterate_slots()
304 ret = bch2_trans_run(c, in test_iterate_slots_extents()
322 ret = bch2_trans_run(c, in test_iterate_slots_extents()
714 return bch2_trans_run(c, in seq_insert()
728 return bch2_trans_run(c, in seq_lookup()
[all …]
H A Dlogged_ops.c65 int ret = bch2_trans_run(c, in bch2_resume_logged_ops()
H A Dfsck.c1331 int ret = bch2_trans_run(c, in bch2_check_inodes()
1428 int ret = bch2_trans_run(c, in bch2_check_unreachable_inodes()
1906 int ret = bch2_trans_run(c, in bch2_check_extents()
1929 int ret = bch2_trans_run(c, in bch2_check_indirect_extents()
2447 int ret = bch2_trans_run(c, in bch2_check_dirents()
2506 ret = bch2_trans_run(c, in bch2_check_xattrs()
2656 int ret = bch2_trans_run(c, in bch2_check_subvolume_structure()
2837 int ret = bch2_trans_run(c, in bch2_check_directory_structure()
2937 int ret = bch2_trans_run(c, in check_nlinks_find_hardlinks()
2987 int ret = bch2_trans_run(c, in check_nlinks_walk_dirents()
[all …]
H A Dfs-io.c253 return bch2_trans_run(c, in range_has_data()
838 int ret = bch2_trans_run(c, in quota_reserve_range()
961 int ret = bch2_trans_run(c, in bch2_seek_data()
997 int ret = bch2_trans_run(c, in bch2_seek_hole()
H A Derror.c557 bch2_trans_run(c, bch2_inum_err_msg_trans(trans, out, inum)); in bch2_inum_err_msg()
563 bch2_trans_run(c, bch2_inum_offset_err_msg_trans(trans, out, inum, offset)); in bch2_inum_offset_err_msg()
H A Dsubvolume.c163 int ret = bch2_trans_run(c, in bch2_check_subvols()
198 int ret = bch2_trans_run(c, in bch2_check_subvol_children()
497 ret = bch2_trans_run(c, bch2_subvolume_delete(trans, *id)); in bch2_subvolume_wait_for_pagecache_and_delete()
H A Dlru.c192 int ret = bch2_trans_run(c, in bch2_check_lrus()
H A Dbtree_gc.c894 ret = bch2_trans_run(c, in bch2_gc_alloc_done()
984 return bch2_trans_run(c, in bch2_gc_stripes_done()
1175 ret = bch2_trans_run(c, in bch2_gc_gens()
1188 ret = bch2_trans_run(c, in bch2_gc_gens()
H A Ddebug.c377 bch2_trans_run(i->c, in bch2_read_btree()
413 return bch2_trans_run(i->c, in bch2_read_btree_formats()
441 bch2_trans_run(i->c, in bch2_read_bfloat_failed()
H A Dxattr.c311 int ret = bch2_trans_run(c, in bch2_xattr_list()
354 ret = bch2_trans_run(c, in bch2_xattr_set_handler()
H A Dreflink.c814 int ret = bch2_trans_run(c, in bch2_gc_reflink_done()
828 int ret = bch2_trans_run(c, in bch2_gc_reflink_start()
H A Dbtree_iter.h915 #define bch2_trans_run(_c, _do) \ macro
923 #define bch2_trans_do(_c, _do) bch2_trans_run(_c, lockrestart_do(trans, _do))
H A Ddisk_accounting.c867 return bch2_trans_run(c, in bch2_dev_usage_remove()
905 bch2_trans_run(c, in bch2_verify_accounting_clean()
H A Dsnapshot.c561 int ret = bch2_trans_run(c, in bch2_check_snapshot_trees()
831 int ret = bch2_trans_run(c, in bch2_check_snapshots()
1722 int ret = bch2_trans_run(c, in bch2_snapshots_read()
H A Ddirent.c551 int ret = bch2_trans_run(c, in bch2_readdir()
H A Dbtree_node_scan.c213 if (bch2_trans_run(c, found_btree_node_is_readable(trans, &n))) { in try_read_btree_node()
H A Djournal.c1058 ret = bch2_trans_run(c, in bch2_set_nr_journal_buckets_iter()
1138 bch2_trans_run(c, in bch2_set_nr_journal_buckets_iter()
H A Dfs-io-pagecache.c201 return bch2_trans_run(c, in bch2_folio_set()
H A Ddata_update.c427 return bch2_trans_run(op->c, __bch2_data_update_index_update(trans, op)); in bch2_data_update_index_update()
H A Dbtree_update.c778 int ret = bch2_trans_run(c, in bch2_btree_delete_range()
H A Dquota.c536 int ret = bch2_trans_run(c, in bch2_fs_quota_read()
H A Dfs-io-buffered.c335 bch2_trans_run(c, (bchfs_read(trans, rbio, inode_inum(inode), NULL), 0)); in bch2_read_single_folio()
H A Dec.c2299 return bch2_trans_run(c, in bch2_dev_remove_stripes()
2370 int ret = bch2_trans_run(c, in bch2_stripes_read()
H A Dalloc_background.c1756 int ret = bch2_trans_run(c, in bch2_check_alloc_to_lru_refs()
1925 ret = bch2_trans_run(c, in bch2_do_discards_work()
H A Dio_read.c341 bch2_trans_run(c, bch2_read_err_msg_trans(trans, out, rbio, read_pos)); in bch2_read_err_msg()

12