Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dctree.h362 static inline u64 btrfs_get_root_last_trans(const struct btrfs_root *root) in btrfs_get_root_last_trans() function
H A Dtransaction.c407 btrfs_get_root_last_trans(root) < trans->transid) || force) { in record_root_in_trans()
423 if (btrfs_get_root_last_trans(root) == trans->transid && !force) { in record_root_in_trans()
493 if (btrfs_get_root_last_trans(root) == trans->transid && in btrfs_record_root_in_trans()
H A Ddefrag.c141 defrag->transid = btrfs_get_root_last_trans(root); in btrfs_add_inode_defrag()
H A 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()
H A Drelocation.c1919 if (btrfs_get_root_last_trans(reloc_root) == trans->transid) in record_reloc_root_in_trans()