Home
last modified time | relevance | path

Searched refs:log_new_dentries (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dtree-log.h19 bool log_new_dentries; member
30 ctx->log_new_dentries = false; in btrfs_init_log_ctx()
Dtree-log.c3699 ctx->log_new_dentries = true; in log_dir_items()
5478 ctx->log_new_dentries = false; in log_new_dir_dentries()
5489 if (ctx->log_new_dentries) { in log_new_dir_dentries()
5624 ctx->log_new_dentries = false; in btrfs_log_all_parents()
5630 if (!ret && ctx && ctx->log_new_dentries) in btrfs_log_all_parents()
5727 if (S_ISDIR(inode->vfs_inode.i_mode) && ctx && ctx->log_new_dentries) in btrfs_log_inode_parent()