Searched defs:attrsize (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtnf.h51 int attrsize; member in struct:__anon9108
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1565 * attrsize is the total size of all attributes
1635 dmu_tx_hold_sa_create(dmu_tx_t *tx, int attrsize) argument
1655 if (attrsize <= DN_MAX_BONUSLEN && !sa->sa_force_spill)
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c4883 int attrsize; local
4918 attrsize = 8 +
4930 bytes -= attrsize;
4936 bytes -= attrsize;
4939 bytes -= attrsize;
4949 tp += attrsize;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c3711 int attrsize; local
3767 attrsize = 8 + (int)strlen(
3780 bytes -= attrsize;
3787 bytes -= attrsize;
3790 bytes -= attrsize;
3802 attrsize =
3805 bytes -= attrsize;
3820 tp += attrsize;

Completed in 89 milliseconds