Searched refs:aclcnt (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/nfs_common/ |
| D | nfsacl.c | 336 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() argument 363 if (aclcnt) in nfsacl_decode() 364 *aclcnt = entries; in nfsacl_decode() 383 bool nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt, in nfs_stream_decode_acl() argument 416 if (aclcnt) in nfs_stream_decode_acl() 417 *aclcnt = entries; in nfs_stream_decode_acl()
|
| /Linux-v5.15/include/linux/ |
| 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-v5.15/fs/nfs/ |
| D | nfs3xdr.c | 2371 unsigned int *aclcnt; in decode_getacl3resok() local 2390 aclcnt = NULL; in decode_getacl3resok() 2392 aclcnt = &result->acl_access_count; in decode_getacl3resok() 2393 error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl); in decode_getacl3resok() 2400 aclcnt = NULL; in decode_getacl3resok() 2402 aclcnt = &result->acl_default_count; in decode_getacl3resok() 2403 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl); in decode_getacl3resok()
|