Home
last modified time | relevance | path

Searched refs:btrfs_block_rsv_full (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/btrfs/ !
Dblock-rsv.h99 static inline bool btrfs_block_rsv_full(const struct btrfs_block_rsv *rsv) in btrfs_block_rsv_full() function
Dblock-rsv.c289 else if (block_rsv != global_rsv && !btrfs_block_rsv_full(delayed_rsv)) in btrfs_block_rsv_release()
Dtransaction.c597 btrfs_block_rsv_full(delayed_refs_rsv) == 0) { in start_transaction()
622 !btrfs_block_rsv_full(delayed_refs_rsv)) { in start_transaction()