Searched refs:aclcnt (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | nfsacl.h | 39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, 42 nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt,
|
| /linux/fs/nfs/ |
| H A D | nfs3xdr.c | 2360 unsigned int *aclcnt; in decode_getacl3resok() local 2379 aclcnt = NULL; in decode_getacl3resok() 2381 aclcnt = &result->acl_access_count; in decode_getacl3resok() 2382 error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl); in decode_getacl3resok() 2389 aclcnt = NULL; in decode_getacl3resok() 2391 aclcnt = &result->acl_default_count; in decode_getacl3resok() 2392 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl); in decode_getacl3resok()
|