Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Dxsysace.c225 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/
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.c352 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/
Dxfs_acl.c34 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/
Dsaa7134-cardlist.rst521 - 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/
Dcci.txt70 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/
Duniphier-pro4-ace.dts13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
Dexynos5260.dtsi207 interface-type = "ace";
213 interface-type = "ace";
Dvexpress-v2p-ca15_a7.dts151 interface-type = "ace";
157 interface-type = "ace";
Dsun8i-a83t.dtsi382 interface-type = "ace";
388 interface-type = "ace";
Dsun9i-a80.dtsi497 interface-type = "ace";
503 interface-type = "ace";
Dexynos5420.dtsi165 interface-type = "ace";
170 interface-type = "ace";
DMakefile1100 uniphier-pro4-ace.dtb \
/Linux-v4.19/fs/nfs_common/
Dnfsacl.c44 struct posix_acl_entry ace[4]; member
/Linux-v4.19/fs/cifs/
Dcifssmb.c3409 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/
Dnfs4xdr.c3231 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace() argument