Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dbtrfs_inode.h465 inode->last_sub_trans <= btrfs_get_root_last_log_commit(inode->root)) in btrfs_inode_in_log()
H A Dctree.h348 static inline int btrfs_get_root_last_log_commit(const struct btrfs_root *root) in btrfs_get_root_last_log_commit() function
H A Dtree-log.c3569 ASSERT(btrfs_get_root_last_log_commit(root) <= log_transid, in btrfs_sync_log()
3571 btrfs_get_root_last_log_commit(root), log_transid); in btrfs_sync_log()
/linux/include/trace/events/
H A Dbtrfs.h955 __entry->root_last_log_commit = btrfs_get_root_last_log_commit(root);