Home
last modified time | relevance | path

Searched refs:last_committed (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dtree-log.c4811 u64 last_committed) in check_parent_dirs_for_sync() argument
4825 BTRFS_I(inode)->generation <= last_committed && in check_parent_dirs_for_sync()
4826 BTRFS_I(inode)->last_unlink_trans <= last_committed) in check_parent_dirs_for_sync()
4846 if (BTRFS_I(inode)->last_unlink_trans > last_committed) { in check_parent_dirs_for_sync()
5068 u64 last_committed = root->fs_info->last_trans_committed; in btrfs_log_inode_parent() local
5071 last_committed); in btrfs_log_inode_parent()
5099 sb, last_committed); in btrfs_log_inode_parent()
5123 BTRFS_I(inode)->generation <= last_committed && in btrfs_log_inode_parent()
5124 BTRFS_I(inode)->last_unlink_trans <= last_committed) { in btrfs_log_inode_parent()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1392 void lustre_msg_set_last_committed(struct lustre_msg *msg, __u64 last_committed) in lustre_msg_set_last_committed() argument
1398 pb->pb_last_committed = last_committed; in lustre_msg_set_last_committed()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2637 __u64 last_committed);