Searched refs:aclcnt (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/nfs_common/ |
D | nfsacl.c | 264 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() argument 291 if (aclcnt) in nfsacl_decode() 292 *aclcnt = entries; in nfsacl_decode()
|
/Linux-v4.19/include/linux/ |
D | nfsacl.h | 39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
|
/Linux-v4.19/fs/nfs/ |
D | nfs3xdr.c | 2408 unsigned int *aclcnt; in decode_getacl3resok() local 2427 aclcnt = NULL; in decode_getacl3resok() 2429 aclcnt = &result->acl_access_count; in decode_getacl3resok() 2430 error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl); in decode_getacl3resok() 2437 aclcnt = NULL; in decode_getacl3resok() 2439 aclcnt = &result->acl_default_count; in decode_getacl3resok() 2440 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl); in decode_getacl3resok()
|