Searched refs:z_replay_eof (Results 1 – 4 of 4) sorted by relevance
98 uint64_t z_replay_eof; /* New end of file - replay only */ member
133 uint64_t z_replay_eof; /* New end of file - replay only */ member
853 zfsvfs->z_replay_eof = 0; /* 0 means don't change end of file */ in zfs_replay_write()863 zfsvfs->z_replay_eof = eod; in zfs_replay_write()867 zfsvfs->z_replay_eof = 0; /* safety */ in zfs_replay_write()
979 if (zfsvfs->z_replay && zfsvfs->z_replay_eof != 0) in zfs_write()980 zp->z_size = zfsvfs->z_replay_eof; in zfs_write()