/Linux-v4.19/drivers/block/ |
D | xsysace.c | 225 u16(*in) (struct ace_device * ace, int reg); 226 void (*out) (struct ace_device * ace, int reg, u16 val); 227 void (*datain) (struct ace_device * ace); 228 void (*dataout) (struct ace_device * ace); 232 static u16 ace_in_8(struct ace_device *ace, int reg) in ace_in_8() argument 234 void __iomem *r = ace->baseaddr + reg; in ace_in_8() 238 static void ace_out_8(struct ace_device *ace, int reg, u16 val) in ace_out_8() argument 240 void __iomem *r = ace->baseaddr + reg; in ace_out_8() 245 static void ace_datain_8(struct ace_device *ace) in ace_datain_8() argument 247 void __iomem *r = ace->baseaddr + 0x40; in ace_datain_8() [all …]
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4acl.c | 237 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 …]
|
D | nfs4xdr.c | 352 struct nfs4_ace *ace; in nfsd4_decode_fattr() local 365 for (ace = (*acl)->aces; ace < (*acl)->aces + nace; ace++) { in nfsd4_decode_fattr() 367 ace->type = be32_to_cpup(p++); in nfsd4_decode_fattr() 368 ace->flag = be32_to_cpup(p++); in nfsd4_decode_fattr() 369 ace->access_mask = be32_to_cpup(p++); in nfsd4_decode_fattr() 374 ace->whotype = nfs4_acl_get_whotype(buf, dummy32); in nfsd4_decode_fattr() 376 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_decode_fattr() 378 else if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP) in nfsd4_decode_fattr() 380 buf, dummy32, &ace->who_gid); in nfsd4_decode_fattr() 383 buf, dummy32, &ace->who_uid); in nfsd4_decode_fattr() [all …]
|
/Linux-v4.19/fs/xfs/ |
D | xfs_acl.c | 34 const struct xfs_acl_entry *ace; in xfs_acl_from_disk() local 49 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk() 57 acl_e->e_tag = be32_to_cpu(ace->ae_tag); in xfs_acl_from_disk() 58 acl_e->e_perm = be16_to_cpu(ace->ae_perm); in xfs_acl_from_disk() 62 acl_e->e_uid = xfs_uid_to_kuid(be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk() 65 acl_e->e_gid = xfs_gid_to_kgid(be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk() 87 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local 92 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk() 95 ace->ae_tag = cpu_to_be32(acl_e->e_tag); in xfs_acl_to_disk() 98 ace->ae_id = cpu_to_be32(xfs_kuid_to_uid(acl_e->e_uid)); in xfs_acl_to_disk() [all …]
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | saa7134-cardlist.rst | 521 - 5ace:5050 525 - 5ace:5070, 5ace:5090 533 - 5ace:6070 537 - 5ace:6190 585 - 5ace:6290 589 - 5ace:6191 593 - 5ace:6193 665 - 5ace:6071 669 - 5ace:6090 673 - 5ace:6091 [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | cci.txt | 70 Definition: must be set to one of {"ace", "ace-lite"} 193 interface-type = "ace-lite"; 199 interface-type = "ace"; 205 interface-type = "ace";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | uniphier-pro4-ace.dts | 13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
|
D | exynos5260.dtsi | 207 interface-type = "ace"; 213 interface-type = "ace";
|
D | vexpress-v2p-ca15_a7.dts | 151 interface-type = "ace"; 157 interface-type = "ace";
|
D | sun8i-a83t.dtsi | 382 interface-type = "ace"; 388 interface-type = "ace";
|
D | sun9i-a80.dtsi | 497 interface-type = "ace"; 503 interface-type = "ace";
|
D | exynos5420.dtsi | 165 interface-type = "ace"; 170 interface-type = "ace";
|
D | Makefile | 1100 uniphier-pro4-ace.dtb \
|
/Linux-v4.19/fs/nfs_common/ |
D | nfsacl.c | 44 struct posix_acl_entry ace[4]; member
|
/Linux-v4.19/fs/cifs/ |
D | cifssmb.c | 3409 static void cifs_convert_ace(struct posix_acl_xattr_entry *ace, in cifs_convert_ace() argument 3413 ace->e_perm = cpu_to_le16(cifs_ace->cifs_e_perm); in cifs_convert_ace() 3414 ace->e_tag = cpu_to_le16(cifs_ace->cifs_e_tag); in cifs_convert_ace() 3415 ace->e_id = cpu_to_le32(le64_to_cpu(cifs_ace->cifs_uid)); in cifs_convert_ace() 3471 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in cifs_copy_posix_acl() local 3475 cifs_convert_ace(&ace[i], pACE); in cifs_copy_posix_acl() 3509 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in ACL_to_cifs_posix() local 3536 rc = convert_ace_to_cifs_ace(&cifs_acl->ace_array[i], &ace[i]); in ACL_to_cifs_posix()
|
/Linux-v4.19/fs/nfs/ |
D | nfs4xdr.c | 3231 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace() argument
|