Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dbtrfs_inode.h494 inode->last_sub_trans <= btrfs_get_root_last_log_commit(inode->root)) in btrfs_inode_in_log()
Dctree.h352 static inline int btrfs_get_root_last_log_commit(const struct btrfs_root *root) in btrfs_get_root_last_log_commit() function
Dtree-log.c3197 ASSERT(btrfs_get_root_last_log_commit(root) <= log_transid); in btrfs_sync_log()