Searched refs:aclcnt (Results 1 – 3 of 3) sorted by relevance
/linux/fs/nfs_common/ |
H A D | nfsacl.c | 337 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() argument 364 if (aclcnt) in nfsacl_decode() 365 *aclcnt = entries; in nfsacl_decode() 384 bool nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt, in nfs_stream_decode_acl() argument 417 if (aclcnt) in nfs_stream_decode_acl() 418 *aclcnt = entries; in nfs_stream_decode_acl()
|
/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()
|