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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c247 size_t xvatsize = 0; local
268 xvatsize = ZIL_XVAT_SIZE(xvap->xva_mapsize);
273 txsize = sizeof (*lr) + namesize + fuidsz + xvatsize;
278 ZIL_ACE_LENGTH(aclsize) + xvatsize;
312 end = (caddr_t)lr + lrsize + xvatsize;

Completed in 93 milliseconds