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

/linux-master/fs/btrfs/
H A Dctree.h209 int last_log_commit; member in struct:btrfs_root
349 return READ_ONCE(root->last_log_commit);
354 WRITE_ONCE(root->last_log_commit, commit_id);
H A Dbtrfs_inode.h115 * the log or not (last_trans, last_sub_trans, last_log_commit,
186 /* A local copy of root's last_log_commit. Protected by 'lock'. */
187 int last_log_commit; member in struct:btrfs_inode
419 inode->last_sub_trans <= inode->last_log_commit &&
H A Dtransaction.h197 inode->last_log_commit = inode->last_sub_trans - 1;
H A Dtree-log.c6655 * Don't update last_log_commit if we logged that an inode exists.
6679 * its last_log_commit - otherwise if an explicit fsync is made
6686 inode->last_log_commit = inode->last_sub_trans;
H A Dinode.c8593 ei->last_log_commit = 0;

Completed in 355 milliseconds