Searched refs:z_replay_eof (Results 1 – 4 of 4) sorted by relevance
133 uint64_t z_replay_eof; /* New end of file - replay only */ member
118 uint64_t z_replay_eof; /* New end of file - replay only */ member
714 zfsvfs->z_replay_eof = 0; /* 0 means don't change end of file */ in zfs_replay_write()724 zfsvfs->z_replay_eof = eod; in zfs_replay_write()728 zfsvfs->z_replay_eof = 0; /* safety */ in zfs_replay_write()
645 if (zfsvfs->z_replay && zfsvfs->z_replay_eof != 0) in zfs_write()646 zp->z_size = zfsvfs->z_replay_eof; in zfs_write()