HomeSort by relevance Sort by last modified time
    Searched refs:z_fuid_replay (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_replay.c 326 zfsvfs->z_fuid_replay = zfs_replay_fuids(fuidstart,
342 if (zfsvfs->z_fuid_replay == NULL) {
345 zfsvfs->z_fuid_replay =
358 zfsvfs->z_fuid_replay = zfs_replay_fuids(fuidstart,
373 if (zfsvfs->z_fuid_replay == NULL) {
376 zfsvfs->z_fuid_replay =
394 zfs_fuid_info_free(zfsvfs->z_fuid_replay);
395 zfsvfs->z_fuid_replay = NULL;
458 zfsvfs->z_fuid_replay =
469 zfsvfs->z_fuid_replay
    [all...]
zfs_fuid.c 564 fuidp = zfsvfs->z_fuid_replay;
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
zfs_vfsops.h 57 struct zfs_fuid_info *z_fuid_replay; /* fuid info for replay */ member in struct:zfsvfs

Completed in 120 milliseconds