Searched refs:aclcnt (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfs_common/ |
| H A D | nfsacl.c | 265 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() argument 292 if (aclcnt) in nfsacl_decode() 293 *aclcnt = entries; in nfsacl_decode()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nfsacl.h | 39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs3xdr.c | 2358 unsigned int *aclcnt; in decode_getacl3resok() local 2377 aclcnt = NULL; in decode_getacl3resok() 2379 aclcnt = &result->acl_access_count; in decode_getacl3resok() 2380 error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl); in decode_getacl3resok() 2387 aclcnt = NULL; in decode_getacl3resok() 2389 aclcnt = &result->acl_default_count; in decode_getacl3resok() 2390 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl); in decode_getacl3resok()
|