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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h82 uint64_t z_replay_eof; /* New end of file - replay only */ member in struct:zfsvfs
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c659 * new end of file is passed through in zfsvfs->z_replay_eof
662 zfsvfs->z_replay_eof = 0; /* 0 means don't change end of file */
672 zfsvfs->z_replay_eof = eod;
679 zfsvfs->z_replay_eof = 0; /* safety */
H A Dzfs_vnops.c903 if (zfsvfs->z_replay && zfsvfs->z_replay_eof != 0)
904 zp->z_size = zfsvfs->z_replay_eof;

Completed in 212 milliseconds