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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_subs.c1530 int error = 0, error2, rderror = 0, attrbytes; local
1554 attrbytes = val = val2 = val3 = 0;
1567 nfsm_chain_get_32(error, nmc, attrbytes);
1573 attrbytes -= (len + 1) * NFSX_UNSIGNED;
1582 attrbytes -= NFSX_UNSIGNED;
1591 attrbytes -= NFSX_UNSIGNED;
1595 attrbytes -= 2 * NFSX_UNSIGNED;
1599 attrbytes -= 2 * NFSX_UNSIGNED;
1607 attrbytes -= NFSX_UNSIGNED;
1615 attrbytes
2178 int error = 0, attrbytes, slen, len, i, isgroup; local
[all...]
H A Dnfs_socket.c2432 uint32_t bitmap[NFS_ATTR_BITMAP_LEN], rbitmap[NFS_ATTR_BITMAP_LEN], bmlen, truncate, attrbytes; local
2568 attrbytes = 0;
2571 attrbytes += 2 * NFSX_UNSIGNED;
2575 attrbytes += 2 * NFSX_UNSIGNED;
2579 attrbytes += 3 * NFSX_UNSIGNED;
2582 nfsm_chain_add_32(error, &nmrep, attrbytes);

Completed in 90 milliseconds