Home
last modified time | relevance | path

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

/fs/nfs/
Dnfs3acl.c125 if (res.acl_access != NULL) { in nfs3_get_acl()
126 if ((posix_acl_equiv_mode(res.acl_access, NULL) == 0) || in nfs3_get_acl()
127 res.acl_access->a_count == 0) { in nfs3_get_acl()
128 posix_acl_release(res.acl_access); in nfs3_get_acl()
129 res.acl_access = NULL; in nfs3_get_acl()
134 nfs3_complete_get_acl(&inode->i_acl, res.acl_access); in nfs3_get_acl()
146 return res.acl_access; in nfs3_get_acl()
148 posix_acl_release(res.acl_access); in nfs3_get_acl()
155 posix_acl_release(res.acl_access); in nfs3_get_acl()
170 .acl_access = acl, in __nfs3_proc_setacls()
Dnfs3xdr.c1360 args->acl_access : NULL, 1, 0); in nfs3_xdr_enc_setacl3args()
2381 acl = &result->acl_access; in decode_getacl3resok()
/fs/nfsd/
Dnfs3acl.c59 resp->acl_access = acl; in nfsd3_proc_getacl()
77 posix_acl_release(resp->acl_access); in nfsd3_proc_getacl()
107 argp->acl_access); in nfsd3_proc_setacl()
121 posix_acl_release(argp->acl_access); in nfsd3_proc_setacl()
155 &argp->acl_access : NULL)) in nfs3svc_decode_setaclargs()
186 if (!nfs_stream_encode_acl(xdr, inode, resp->acl_access, in nfs3svc_encode_getaclres()
220 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()
117 argp->acl_access); in nfsacld_proc_setacl()
134 posix_acl_release(argp->acl_access); in nfsacld_proc_setacl()
216 &argp->acl_access : NULL)) in nfsaclsvc_decode_setaclargs()
262 if (!nfs_stream_encode_acl(xdr, inode, resp->acl_access, in nfsaclsvc_encode_getaclres()
300 posix_acl_release(resp->acl_access); in nfsaclsvc_release_getacl()
Dxdr3.h112 struct posix_acl *acl_access; member
226 struct posix_acl *acl_access; member