HomeSort by: relevance | last modified time | path
    Searched defs:linksize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_log.c 405 size_t linksize = strlen(link) + 1; local
410 itx = zil_itx_create(txtype, sizeof (*lr) + namesize + linksize);
422 bcopy(link, (char *)(lr + 1) + namesize, linksize);
  /src/lib/libc/time/
zic.c 1705 ptrdiff_t dotdotetcsize, linksize = INDEX_MAX; local
1717 linksize = size_sum(lenslash, targetsize);
1718 f = cp = result = xmalloc(linksize);
1730 if (dotdotetcsize <= linksize) {

Completed in 60 milliseconds