Home
last modified time | relevance | path

Searched refs:aclcnt (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/nfs_common/
Dnfsacl.c264 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-4.1.27/include/linux/
Dnfsacl.h38 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
/linux-4.1.27/fs/nfs/
Dnfs3xdr.c2349 unsigned int *aclcnt; in decode_getacl3resok() local
2368 aclcnt = NULL; in decode_getacl3resok()
2370 aclcnt = &result->acl_access_count; in decode_getacl3resok()
2371 error = nfsacl_decode(xdr->buf, hdrlen, aclcnt, acl); in decode_getacl3resok()
2378 aclcnt = NULL; in decode_getacl3resok()
2380 aclcnt = &result->acl_default_count; in decode_getacl3resok()
2381 error = nfsacl_decode(xdr->buf, hdrlen + error, aclcnt, acl); in decode_getacl3resok()