Home
last modified time | relevance | path

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

/Linux-v5.10/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.c1355 args->acl_access : NULL, 1, 0); in nfs3_xdr_enc_setacl3args()
2384 acl = &result->acl_access; in decode_getacl3resok()
/Linux-v5.10/fs/nfsd/
Dnfs3acl.c59 resp->acl_access = acl; in nfsd3_proc_getacl()
77 posix_acl_release(resp->acl_access); in nfsd3_proc_getacl()
106 error = set_posix_acl(inode, ACL_TYPE_ACCESS, argp->acl_access); in nfsd3_proc_setacl()
119 posix_acl_release(argp->acl_access); in nfsd3_proc_setacl()
158 &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()
85 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()
224 &argp->acl_access : NULL); in nfsaclsvc_decode_setaclargs()
298 (resp->mask & NFS_ACL) ? resp->acl_access : NULL, in nfsaclsvc_encode_getaclres()
307 resp->acl_access, in nfsaclsvc_encode_getaclres()
353 posix_acl_release(resp->acl_access); in nfsaclsvc_release_getacl()
Dxdr3.h120 struct posix_acl *acl_access; member
234 struct posix_acl *acl_access; member
/Linux-v5.10/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.h851 struct posix_acl * acl_access; member
972 struct posix_acl * acl_access; member