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.c415 btrfs_get_root_last_trans(root) < trans->transid) || force) { in record_root_in_trans()
431 if (btrfs_get_root_last_trans(root) == trans->transid && !force) { in record_root_in_trans()
501 if (btrfs_get_root_last_trans(root) == trans->transid && in btrfs_record_root_in_trans()
H A Ddefrag.c136 defrag->transid = btrfs_get_root_last_trans(root); in btrfs_add_inode_defrag()
H A Dctree.c258 trans->transid != btrfs_get_root_last_trans(root)); in btrfs_copy_root()
489 trans->transid != btrfs_get_root_last_trans(root)); in btrfs_force_cow_block()
H A Drelocation.c1932 if (btrfs_get_root_last_trans(reloc_root) == trans->transid) in record_reloc_root_in_trans()