Searched refs:btrfs_commit_transaction (Results 1 - 16 of 16) sorted by relevance

/linux-master/fs/btrfs/
H A Ddev-replace.c490 ret = btrfs_commit_transaction(trans);
627 ret = btrfs_commit_transaction(trans);
707 ret = btrfs_commit_transaction(trans);
896 ret = btrfs_commit_transaction(trans);
1006 btrfs_commit_transaction(trans);
1130 ret = btrfs_commit_transaction(trans);
H A Dtransaction.h85 * BTRFS_TRANS_DIRTY_BG_RUN usage in btrfs_commit_transaction
269 int btrfs_commit_transaction(struct btrfs_trans_handle *trans);
H A Dfree-space-tree.c1207 ret = btrfs_commit_transaction(trans);
1308 return btrfs_commit_transaction(trans);
1356 ret = btrfs_commit_transaction(trans);
H A Dqgroup.c1234 ret = btrfs_commit_transaction(trans);
1327 ret = btrfs_commit_transaction(trans);
1439 ret = btrfs_commit_transaction(trans);
2516 * of extents, which will greatly slow down btrfs_commit_transaction().
3737 btrfs_commit_transaction(trans);
3923 ret = btrfs_commit_transaction(trans);
4094 ret = btrfs_commit_transaction(trans);
H A Dioctl.c875 ret = btrfs_commit_transaction(trans);
1261 btrfs_commit_transaction(trans);
1532 ret = btrfs_commit_transaction(trans);
4112 ret = btrfs_commit_transaction(trans);
4254 ret = btrfs_commit_transaction(trans);
4425 ret = btrfs_commit_transaction(trans);
H A Drelocation.c1979 err = btrfs_commit_transaction(trans);
3670 ret = btrfs_commit_transaction(trans);
3848 ret = btrfs_commit_transaction(trans);
4387 err = btrfs_commit_transaction(trans);
4400 err = btrfs_commit_transaction(trans);
H A Dtransaction.c52 * | Call btrfs_commit_transaction() on any trans handle attached to
57 * | If there are simultaneous calls to btrfs_commit_transaction() one will win
67 * | The btrfs_commit_transaction() caller will do the commit work.
69 * | Other btrfs_commit_transaction() caller will do the commit work.
727 btrfs_commit_transaction(h);
965 * raced with btrfs_commit_transaction
2022 * already in btrfs_commit_transaction().
2126 * This serves to guarantee a caller of btrfs_commit_transaction() that it can
2127 * safely free the pending snapshot pointer in case btrfs_commit_transaction()
2152 int btrfs_commit_transaction(struc function
[all...]
H A Dvolumes.c2270 ret = btrfs_commit_transaction(trans);
2806 ret = btrfs_commit_transaction(trans);
2828 ret = btrfs_commit_transaction(trans);
3633 err = btrfs_commit_transaction(trans);
3672 err = btrfs_commit_transaction(trans);
4944 ret = btrfs_commit_transaction(trans);
5033 ret = btrfs_commit_transaction(trans);
5151 ret = btrfs_commit_transaction(trans);
H A Dsuper.c1006 return btrfs_commit_transaction(trans);
2273 return btrfs_commit_transaction(trans);
H A Dscrub.c2452 return btrfs_commit_transaction(trans);
2596 * -> btrfs_commit_transaction()
3007 * at current context, since btrfs_commit_transaction() needs
3050 ret = btrfs_commit_transaction(trans);
H A Dspace-info.c817 ret = btrfs_commit_transaction(trans);
H A Ddisk-io.c1607 btrfs_commit_transaction(trans);
4176 return btrfs_commit_transaction(trans);
H A Dfile.c2016 ret = btrfs_commit_transaction(trans);
H A Dfree-space-cache.c4148 ret = btrfs_commit_transaction(trans);
H A Dtree-log.c2896 * Any other return value means you need to call btrfs_commit_transaction.
7335 ret = btrfs_commit_transaction(trans);
H A Dsend.c8028 return btrfs_commit_transaction(trans);

Completed in 274 milliseconds