Home
last modified time | relevance | path

Searched refs:acl_access (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/nfs/
Dnfs3acl.c122 if (res.acl_access != NULL) { in nfs3_get_acl()
123 if ((posix_acl_equiv_mode(res.acl_access, NULL) == 0) || in nfs3_get_acl()
124 res.acl_access->a_count == 0) { in nfs3_get_acl()
125 posix_acl_release(res.acl_access); in nfs3_get_acl()
126 res.acl_access = NULL; in nfs3_get_acl()
131 nfs3_complete_get_acl(&inode->i_acl, res.acl_access); in nfs3_get_acl()
143 return res.acl_access; in nfs3_get_acl()
145 posix_acl_release(res.acl_access); in nfs3_get_acl()
152 posix_acl_release(res.acl_access); in nfs3_get_acl()
167 .acl_access = acl, in __nfs3_proc_setacls()
Dnfs3xdr.c1393 args->acl_access : NULL, 1, 0); in nfs3_xdr_enc_setacl3args()
2430 acl = &result->acl_access; in decode_getacl3resok()
/linux-4.19.296/include/linux/
Dnfsacl.h26 nfsacl_size(struct posix_acl *acl_access, struct posix_acl *acl_default) in nfsacl_size() argument
29 w += max(acl_access ? (int)acl_access->a_count : 3, 4) * 12; in nfsacl_size()
Dnfs_xdr.h803 struct posix_acl * acl_access; member
924 struct posix_acl * acl_access; member
/linux-4.19.296/fs/nfsd/
Dnfs3acl.c60 resp->acl_access = acl; in nfsd3_proc_getacl()
77 posix_acl_release(resp->acl_access); in nfsd3_proc_getacl()
107 error = set_posix_acl(inode, ACL_TYPE_ACCESS, argp->acl_access); in nfsd3_proc_setacl()
120 posix_acl_release(argp->acl_access); in nfsd3_proc_setacl()
159 &args->acl_access : NULL); in nfs3svc_decode_setaclargs()
191 (resp->mask & NFS_ACL) ? resp->acl_access : NULL, in nfs3svc_encode_getaclres()
200 resp->acl_access, in nfs3svc_encode_getaclres()
234 posix_acl_release(resp->acl_access); in nfs3svc_release_getacl()
Dnfs2acl.c67 resp->acl_access = acl; in nfsacld_proc_getacl()
84 posix_acl_release(resp->acl_access); in nfsacld_proc_getacl()
116 error = set_posix_acl(inode, ACL_TYPE_ACCESS, argp->acl_access); in nfsacld_proc_setacl()
132 posix_acl_release(argp->acl_access); in nfsacld_proc_setacl()
217 &argp->acl_access : NULL); in nfsaclsvc_decode_setaclargs()
287 (resp->mask & NFS_ACL) ? resp->acl_access : NULL, in nfsaclsvc_encode_getaclres()
296 resp->acl_access, in nfsaclsvc_encode_getaclres()
332 posix_acl_release(resp->acl_access); in nfsaclsvc_release_getacl()
Dxdr3.h120 struct posix_acl *acl_access; member
232 struct posix_acl *acl_access; member