Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dctree.h213 int last_log_commit; member
355 return READ_ONCE(root->last_log_commit); in btrfs_get_root_last_log_commit()
360 WRITE_ONCE(root->last_log_commit, commit_id); in btrfs_set_root_last_log_commit()
H A Dbtrfs_inode.h220 int last_log_commit; member
492 inode->last_sub_trans <= inode->last_log_commit && in btrfs_inode_in_log()
H A Dtransaction.h203 inode->last_log_commit = inode->last_sub_trans - 1; in btrfs_set_inode_last_trans()
H A Dtree-log.c6716 inode->last_log_commit = inode->last_sub_trans; in btrfs_log_inode()
H A Dinode.c7687 ei->last_log_commit = 0; in btrfs_alloc_inode()