Home
last modified time | relevance | path

Searched refs:btrfs_get_root_last_trans (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/fs/btrfs/
Dctree.h362 static inline u64 btrfs_get_root_last_trans(const struct btrfs_root *root) in btrfs_get_root_last_trans() function
Dtransaction.c413 btrfs_get_root_last_trans(root) < trans->transid) || force) { in record_root_in_trans()
429 if (btrfs_get_root_last_trans(root) == trans->transid && !force) { in record_root_in_trans()
499 if (btrfs_get_root_last_trans(root) == trans->transid && in btrfs_record_root_in_trans()
Ddefrag.c141 defrag->transid = btrfs_get_root_last_trans(root); in btrfs_add_inode_defrag()
Dctree.c257 trans->transid != btrfs_get_root_last_trans(root)); in btrfs_copy_root()
492 trans->transid != btrfs_get_root_last_trans(root)); in btrfs_force_cow_block()
Drelocation.c1919 if (btrfs_get_root_last_trans(reloc_root) == trans->transid) in record_reloc_root_in_trans()