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.h212 int last_log_commit; member
354 return READ_ONCE(root->last_log_commit); in btrfs_get_root_last_log_commit()
359 WRITE_ONCE(root->last_log_commit, commit_id); in btrfs_set_root_last_log_commit()
H A Dbtrfs_inode.h221 int last_log_commit; member
493 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.c6711 inode->last_log_commit = inode->last_sub_trans; in btrfs_log_inode()
H A Dinode.c7718 ei->last_log_commit = 0; in btrfs_alloc_inode()