Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dtree-log.h84 bool sync_log, struct btrfs_log_ctx *ctx);
Dtree-log.c6043 bool sync_log, struct btrfs_log_ctx *ctx) in btrfs_log_new_name() argument
6061 return sync_log ? BTRFS_DONT_NEED_TRANS_COMMIT : in btrfs_log_new_name()
6064 if (sync_log) { in btrfs_log_new_name()
Dinode.c9694 bool sync_log = false; in btrfs_rename() local
9858 sync_log = true; in btrfs_rename()
9898 if (!ret && sync_log) { in btrfs_rename()