Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dtree-log.h80 bool sync_log, struct btrfs_log_ctx *ctx);
Dtree-log.c6499 bool sync_log, struct btrfs_log_ctx *ctx) in btrfs_log_new_name() argument
6517 return sync_log ? BTRFS_DONT_NEED_TRANS_COMMIT : in btrfs_log_new_name()
6520 if (sync_log) { in btrfs_log_new_name()
Dinode.c9846 bool sync_log = false; in btrfs_rename() local
10010 sync_log = true; in btrfs_rename()
10050 if (!ret && sync_log) { in btrfs_rename()