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

/linux-master/fs/btrfs/
H A Dtree-mod-log.h30 BTRFS_MOD_LOG_ROOT_REPLACE, enumerator in enum:btrfs_mod_log_op
H A Dtree-mod-log.c27 /* This is used for BTRFS_MOD_LOG_KEY* and BTRFS_MOD_LOG_ROOT_REPLACE. */
40 /* This is used for op == BTRFS_MOD_LOG_ROOT_REPLACE. */
431 tm->op = BTRFS_MOD_LOG_ROOT_REPLACE;
769 if (tm->op != BTRFS_MOD_LOG_ROOT_REPLACE)
881 case BTRFS_MOD_LOG_ROOT_REPLACE:
989 if (tm->op == BTRFS_MOD_LOG_ROOT_REPLACE) {
1081 if (tm && tm->op == BTRFS_MOD_LOG_ROOT_REPLACE)

Completed in 151 milliseconds