Searched refs:z_replay_eof (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h83 uint64_t z_replay_eof; /* New end of file - replay only */ member in struct:zfsvfs
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c660 * new end of file is passed through in zfsvfs->z_replay_eof
663 zfsvfs->z_replay_eof = 0; /* 0 means don't change end of file */
673 zfsvfs->z_replay_eof = eod;
680 zfsvfs->z_replay_eof = 0; /* safety */
H A Dzfs_vnops.c978 if (zfsvfs->z_replay && zfsvfs->z_replay_eof != 0)
979 zp->z_size = zfsvfs->z_replay_eof;

Completed in 266 milliseconds