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

/linux-master/fs/btrfs/
H A Dtree-log.c5360 static bool need_log_inode(const struct btrfs_trans_handle *trans, function
5499 if (!need_log_inode(trans, BTRFS_I(di_inode))) {
5723 * Here we can use need_log_inode() because we only need to log the
5727 if (!need_log_inode(trans, BTRFS_I(inode))) {
5799 * conditional on need_log_inode() because the directory
5814 * Here we can use need_log_inode() because we only need to log
5823 if (!need_log_inode(trans, BTRFS_I(inode))) {
6345 if (!need_log_inode(trans, BTRFS_I(di_inode))) {
6818 if (!need_log_inode(trans, BTRFS_I(dir_inode))) {
6871 need_log_inode(tran
[all...]

Completed in 188 milliseconds