Searched refs:acl_access (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/nfs/ |
D | nfs3acl.c | 126 if (res.acl_access != NULL) { in nfs3_get_acl() 127 if ((posix_acl_equiv_mode(res.acl_access, NULL) == 0) || in nfs3_get_acl() 128 res.acl_access->a_count == 0) { in nfs3_get_acl() 129 posix_acl_release(res.acl_access); in nfs3_get_acl() 130 res.acl_access = NULL; in nfs3_get_acl() 135 nfs3_complete_get_acl(&inode->i_acl, res.acl_access); in nfs3_get_acl() 147 return res.acl_access; in nfs3_get_acl() 149 posix_acl_release(res.acl_access); in nfs3_get_acl() 156 posix_acl_release(res.acl_access); in nfs3_get_acl() 171 .acl_access = acl, in __nfs3_proc_setacls()
|
D | nfs3xdr.c | 1360 args->acl_access : NULL, 1, 0); in nfs3_xdr_enc_setacl3args() 2381 acl = &result->acl_access; in decode_getacl3resok()
|
/linux-6.1.9/fs/nfsd/ |
D | nfs3acl.c | 59 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()
|
D | nfs2acl.c | 67 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()
|
D | xdr3.h | 112 struct posix_acl *acl_access; member 226 struct posix_acl *acl_access; member
|
/linux-6.1.9/include/linux/ |
D | nfsacl.h | 26 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()
|
D | nfs_xdr.h | 879 struct posix_acl * acl_access; member 1000 struct posix_acl * acl_access; member
|