/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs3acl.c | 122 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 in __nfs3_proc_setacls() [all...] |
H A D | nfs3xdr.c | 1356 args->acl_access : NULL, 1, 0); in nfs3_xdr_enc_setacl3args() 2376 acl = &result->acl_access; in decode_getacl3resok()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3acl.c | 125 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 in __nfs3_proc_setacls() [all...] |
H A D | nfs3xdr.c | 1360 args->acl_access : NULL, 1, 0); in nfs3_xdr_enc_setacl3args() 2381 acl = &result->acl_access; in decode_getacl3resok()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A 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()
|
H A 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()
|
H A D | xdr3.h | 112 struct posix_acl *acl_access; member 226 struct posix_acl *acl_access; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A 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()
|
H A D | nfs_xdr.h | 856 struct posix_acl * acl_access; member 977 struct posix_acl * acl_access; member
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs3acl.c | 59 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()
|
H A D | nfs2acl.c | 67 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()
|
H A D | xdr3.h | 120 struct posix_acl *acl_access; member 234 struct posix_acl *acl_access; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A 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()
|
H A D | nfs_xdr.h | 880 struct posix_acl * acl_access; member 1001 struct posix_acl * acl_access; member
|