Searched refs:acesize (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 1125 int acecnt, error = 0, aceerr = 0, acesize; in nfsrv_dissectacl() local 1152 server, &aceerr, &acesize, p); in nfsrv_dissectacl() 1154 error = nfsrv_skipace(nd, &acesize); in nfsrv_dissectacl() 1157 aclsize += acesize; in nfsrv_dissectacl()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 553 int error, ret, acesize, limitby; in nfsrpc_openrpc() local 677 &ret, &acesize, p); in nfsrpc_openrpc() 2598 int error = 0, deleg, newone, ret, acesize, limitby; in nfsrpc_createv4() local 2752 &ret, &acesize, p); in nfsrpc_createv4() 8236 int error, ret, acesize, limitby, iomode; in nfsrpc_openlayoutrpc() local 8343 &ret, &acesize, p); in nfsrpc_openlayoutrpc() 8417 int error = 0, deleg, newone, ret, acesize, limitby; in nfsrpc_createlayout() local 8570 &ret, &acesize, p); in nfsrpc_createlayout()
|