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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c404 size_t linksize = strlen(link) + 1; local
409 itx = zil_itx_create(txtype, sizeof (*lr) + namesize + linksize);
421 bcopy(link, (char *)(lr + 1) + namesize, linksize);

Completed in 109 milliseconds