Home
last modified time | relevance | path

Searched refs:ace (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.1/fs/nfsd/
Dnfs4acl.c237 struct nfs4_ace *ace; in _posix_to_nfsv4_one() local
247 ace = acl->aces + acl->naces; in _posix_to_nfsv4_one()
257 ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE; in _posix_to_nfsv4_one()
258 ace->flag = eflag; in _posix_to_nfsv4_one()
259 ace->access_mask = deny_mask_from_posix(deny, flags); in _posix_to_nfsv4_one()
260 ace->whotype = NFS4_ACL_WHO_OWNER; in _posix_to_nfsv4_one()
261 ace++; in _posix_to_nfsv4_one()
265 ace->type = NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE; in _posix_to_nfsv4_one()
266 ace->flag = eflag; in _posix_to_nfsv4_one()
267 ace->access_mask = mask_from_posix(pa->e_perm, flags | NFS4_ACL_OWNER); in _posix_to_nfsv4_one()
[all …]
Dnfs4xdr.c289 nfsd4_decode_nfsace4(struct nfsd4_compoundargs *argp, struct nfs4_ace *ace) in nfsd4_decode_nfsace4() argument
294 if (xdr_stream_decode_u32(argp->xdr, &ace->type) < 0) in nfsd4_decode_nfsace4()
296 if (xdr_stream_decode_u32(argp->xdr, &ace->flag) < 0) in nfsd4_decode_nfsace4()
298 if (xdr_stream_decode_u32(argp->xdr, &ace->access_mask) < 0) in nfsd4_decode_nfsace4()
306 ace->whotype = nfs4_acl_get_whotype((char *)p, length); in nfsd4_decode_nfsace4()
307 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_decode_nfsace4()
309 else if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP) in nfsd4_decode_nfsace4()
311 (char *)p, length, &ace->who_gid); in nfsd4_decode_nfsace4()
314 (char *)p, length, &ace->who_uid); in nfsd4_decode_nfsace4()
323 struct nfs4_ace *ace; in nfsd4_decode_acl() local
[all …]
/Linux-v6.1/fs/xfs/
Dxfs_acl.c39 const struct xfs_acl_entry *ace; in xfs_acl_from_disk() local
61 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk()
69 acl_e->e_tag = be32_to_cpu(ace->ae_tag); in xfs_acl_from_disk()
70 acl_e->e_perm = be16_to_cpu(ace->ae_perm); in xfs_acl_from_disk()
75 be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
79 be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
101 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
106 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk()
109 ace->ae_tag = cpu_to_be32(acl_e->e_tag); in xfs_acl_to_disk()
112 ace->ae_id = cpu_to_be32( in xfs_acl_to_disk()
[all …]
/Linux-v6.1/Documentation/admin-guide/media/
Dsaa7134-cardlist.rst523 - 5ace:5050
527 - 5ace:5070, 5ace:5090
535 - 5ace:6070
539 - 5ace:6190
587 - 5ace:6290
591 - 5ace:6191
595 - 5ace:6193
667 - 5ace:6071
671 - 5ace:6090
675 - 5ace:6091
[all …]
Ddvb-usb-zd1301-cardlist.rst16 - 0ace:13a1
/Linux-v6.1/fs/ksmbd/
Dsmbacl.c985 static void smb_set_ace(struct smb_ace *ace, const struct smb_sid *sid, u8 type, in smb_set_ace() argument
988 ace->type = type; in smb_set_ace()
989 ace->flags = flags; in smb_set_ace()
990 ace->access_req = access_req; in smb_set_ace()
991 smb_copy_sid(&ace->sid, sid); in smb_set_ace()
992 ace->size = cpu_to_le16(1 + 1 + 2 + 4 + 1 + 1 + 6 + (sid->num_subauth * 4)); in smb_set_ace()
1200 struct smb_ace *ace; in smb_check_perm_dacl() local
1239 ace = (struct smb_ace *)((char *)pdacl + sizeof(struct smb_acl)); in smb_check_perm_dacl()
1244 ace_size = le16_to_cpu(ace->size); in smb_check_perm_dacl()
1248 granted |= le32_to_cpu(ace->access_req); in smb_check_perm_dacl()
[all …]
/Linux-v6.1/arch/arm64/boot/dts/mediatek/
Dmt6795.dtsi263 interface-type = "ace-lite";
269 interface-type = "ace";
275 interface-type = "ace";
Dmt7622.dtsi356 interface-type = "ace-lite";
362 interface-type = "ace";
368 interface-type = "ace";
/Linux-v6.1/arch/arm/boot/dts/
Duniphier-pro4-ace.dts13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
Dmt7629.dtsi184 interface-type = "ace-lite";
190 interface-type = "ace";
196 interface-type = "ace";
Dexynos5260.dtsi364 interface-type = "ace";
370 interface-type = "ace";
Dvexpress-v2p-ca15_a7.dts170 interface-type = "ace";
176 interface-type = "ace";
Dsun8i-a83t.dtsi414 interface-type = "ace";
420 interface-type = "ace";
Dsun9i-a80.dtsi560 interface-type = "ace";
566 interface-type = "ace";
Dexynos5420.dtsi167 interface-type = "ace";
172 interface-type = "ace";
DMakefile1454 uniphier-pro4-ace.dtb \
/Linux-v6.1/fs/nfs_common/
Dnfsacl.c45 struct posix_acl_entry ace[4]; member
/Linux-v6.1/fs/ntfs3/
Dfsntfs.c1696 const struct ACE_HEADER *ace; in is_acl_valid() local
1720 ace = (struct ACE_HEADER *)&acl[1]; in is_acl_valid()
1727 ace_size = le16_to_cpu(ace->AceSize); in is_acl_valid()
1732 ace = Add2Ptr(ace, ace_size); in is_acl_valid()
/Linux-v6.1/fs/cifs/
Dcifssmb.c2918 static void cifs_convert_ace(struct posix_acl_xattr_entry *ace, in cifs_convert_ace() argument
2922 ace->e_perm = cpu_to_le16(cifs_ace->cifs_e_perm); in cifs_convert_ace()
2923 ace->e_tag = cpu_to_le16(cifs_ace->cifs_e_tag); in cifs_convert_ace()
2924 ace->e_id = cpu_to_le32(le64_to_cpu(cifs_ace->cifs_uid)); in cifs_convert_ace()
2980 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in cifs_copy_posix_acl() local
2984 cifs_convert_ace(&ace[i], pACE); in cifs_copy_posix_acl()
3015 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in ACL_to_cifs_posix() local
3042 convert_ace_to_cifs_ace(&cifs_acl->ace_array[i], &ace[i]); in ACL_to_cifs_posix()
/Linux-v6.1/fs/nfs/
Dnfs4xdr.c3249 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace() argument