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

/freebsd-10.3-release/sbin/restore/
H A Dtape.c939 int curblk, attrsize; local
947 attrsize = spcl.c_extsize;
956 if (size == 0 && attrsize > 0) {
958 size = attrsize;
959 attrsize = 0;
995 if (attrsize > 0) {
997 size = attrsize;
998 attrsize = 0;
/freebsd-10.3-release/sys/fs/nfs/
H A Dnfs_commonsubs.c813 int error, tfhsize, aceerr, attrsize, cnt, retnotsup; local
892 attrsize = fxdr_unsigned(int, *tl);
894 if (attrsum > attrsize) {
1778 if (attrsum > attrsize) {
1781 attrsize = NFSM_RNDUP(attrsize);
1782 if (attrsum < attrsize)
1783 error = nfsm_advance(nd, attrsize - attrsum, -1);
/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2407 int error, attrsize, bitpos, aclsize, aceerr, retnotsup = 0; local
2417 attrsize = fxdr_unsigned(int, *tl);
2430 if (attrsum > attrsize) {
2590 if (attrsum > attrsize) {
2593 attrsize = NFSM_RNDUP(attrsize);
2594 if (attrsum < attrsize)
2595 error = nfsm_advance(nd, attrsize - attrsum, -1);
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c1516 * attrsize is the total size of all attributes
1580 dmu_tx_hold_sa_create(dmu_tx_t *tx, int attrsize) argument
1600 if (attrsize <= DN_MAX_BONUSLEN && !sa->sa_force_spill)

Completed in 73 milliseconds