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
348 return READ_ONCE(root->last_log_commit); in btrfs_get_root_last_log_commit()
353 WRITE_ONCE(root->last_log_commit, commit_id); in btrfs_set_root_last_log_commit()
H A Dbtrfs_inode.h152 * the log or not (last_trans, last_sub_trans, last_log_commit,
221 /* A local copy of root's last_log_commit. Protected by 'lock'. */
222 int last_log_commit; member
494 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.c6722 * Don't update last_log_commit if we logged that an inode exists. in btrfs_log_inode()
6746 * its last_log_commit - otherwise if an explicit fsync is made in btrfs_log_inode()
6753 inode->last_log_commit = inode->last_sub_trans; in btrfs_log_inode()
H A Dinode.c7838 ei->last_log_commit = 0; in btrfs_alloc_inode()