Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dzfs_vfsops.h84 uint64_t z_replay_eof; /* New end of file - replay only */ member
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_replay.c791 zfsvfs->z_replay_eof = 0; /* 0 means don't change end of file */ in zfs_replay_write()
801 zfsvfs->z_replay_eof = eod; in zfs_replay_write()
808 zfsvfs->z_replay_eof = 0; /* safety */ in zfs_replay_write()
Dzfs_vnops.c1385 if (zfsvfs->z_replay && zfsvfs->z_replay_eof != 0) in zfs_write()
1386 zp->z_size = zfsvfs->z_replay_eof; in zfs_write()