Searched refs:z_replay_eof (Results 1 – 4 of 4) sorted by relevance
105 uint64_t z_replay_eof; /* New end of file - replay only */ member
140 uint64_t z_replay_eof; /* New end of file - replay only */ member
854 zfsvfs->z_replay_eof = 0; /* 0 means don't change end of file */ in zfs_replay_write()864 zfsvfs->z_replay_eof = eod; in zfs_replay_write()868 zfsvfs->z_replay_eof = 0; /* safety */ in zfs_replay_write()
1021 if (zfsvfs->z_replay && zfsvfs->z_replay_eof != 0) in zfs_write()1022 zp->z_size = zfsvfs->z_replay_eof; in zfs_write()