Home
last modified time | relevance | path

Searched refs:z_replay (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfs_vfsops.h80 boolean_t z_replay; /* set during ZIL replay */ member
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_fuid.c573 if (zfsvfs->z_replay) { in zfs_fuid_create()
626 if (!zfsvfs->z_replay) in zfs_fuid_create()
Dzfs_vfsops.c146 if (quotaobj == 0 || zfsvfs->z_replay) { in zfs_getquota()
985 if (quotaobj == 0 || zfsvfs->z_replay) in zfs_fuid_overquota()
1009 if (quotaobj == 0 || zfsvfs->z_replay) in zfs_owner_overquota()
1292 zfsvfs->z_replay = B_TRUE; in zfsvfs_setup()
1295 zfsvfs->z_replay = B_FALSE; in zfsvfs_setup()
Dzfs_znode.c812 if (zfsvfs->z_replay) { in zfs_mknode()
841 if (zfsvfs->z_replay) { in zfs_mknode()
851 if (zfsvfs->z_replay) { in zfs_mknode()
Dzfs_dir.c952 if (zdp->z_zfsvfs->z_replay) in zfs_sticky_remove_access()
Dzfs_acl.c1634 if ((flag & IS_ROOT_NODE) || zfsvfs->z_replay || in zfs_acl_ids_create()
2250 if (v4_mode == 0 || zfsvfs->z_replay) { in zfs_zaccess_common()
Dzfs_vnops.c1203 if (zfsvfs->z_replay && zfsvfs->z_replay_eof != 0) in zfs_write()
1231 if (zfsvfs->z_replay || uio->uio_resid == start_resid) { in zfs_write()