Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dzfs_vfsops.h76 boolean_t z_replay; /* set during ZIL replay */ member
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_fuid.c578 if (zfsvfs->z_replay) { in zfs_fuid_create()
637 if (!zfsvfs->z_replay) in zfs_fuid_create()
Dzfs_vfsops.c1126 if (quotaobj == 0 || zfsvfs->z_replay) in zfs_fuid_overquota()
1150 if (quotaobj == 0 || zfsvfs->z_replay) in zfs_owner_overquota()
1400 zfsvfs->z_replay = B_TRUE; in zfsvfs_setup()
1403 zfsvfs->z_replay = B_FALSE; in zfsvfs_setup()
Dzfs_znode.c946 if (zfsvfs->z_replay) { in zfs_mknode1()
970 if (zfsvfs->z_replay) { in zfs_mknode1()
980 if (zfsvfs->z_replay) { in zfs_mknode1()
Dzfs_dir.c865 if (zdp->z_zfsvfs->z_replay) in zfs_sticky_remove_access()
Dzfs_acl.c1618 if ((flag & IS_ROOT_NODE) || zfsvfs->z_replay || in zfs_acl_ids_create()
2233 if (v4_mode == 0 || zfsvfs->z_replay) { in zfs_zaccess_common()
Dzfs_vnops.c1385 if (zfsvfs->z_replay && zfsvfs->z_replay_eof != 0) in zfs_write()
1413 if (zfsvfs->z_replay || uio->uio_resid == start_resid) { in zfs_write()