Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dxsysace.c224 u16(*in) (struct ace_device * ace, int reg);
225 void (*out) (struct ace_device * ace, int reg, u16 val);
226 void (*datain) (struct ace_device * ace);
227 void (*dataout) (struct ace_device * ace);
231 static u16 ace_in_8(struct ace_device *ace, int reg) in ace_in_8() argument
233 void __iomem *r = ace->baseaddr + reg; in ace_in_8()
237 static void ace_out_8(struct ace_device *ace, int reg, u16 val) in ace_out_8() argument
239 void __iomem *r = ace->baseaddr + reg; in ace_out_8()
244 static void ace_datain_8(struct ace_device *ace) in ace_datain_8() argument
246 void __iomem *r = ace->baseaddr + 0x40; in ace_datain_8()
[all …]
/Linux-v5.4/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.c353 struct nfs4_ace *ace; in nfsd4_decode_fattr() local
371 for (ace = (*acl)->aces; ace < (*acl)->aces + nace; ace++) { in nfsd4_decode_fattr()
373 ace->type = be32_to_cpup(p++); in nfsd4_decode_fattr()
374 ace->flag = be32_to_cpup(p++); in nfsd4_decode_fattr()
375 ace->access_mask = be32_to_cpup(p++); in nfsd4_decode_fattr()
380 ace->whotype = nfs4_acl_get_whotype(buf, dummy32); in nfsd4_decode_fattr()
382 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_decode_fattr()
384 else if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP) in nfsd4_decode_fattr()
386 buf, dummy32, &ace->who_gid); in nfsd4_decode_fattr()
389 buf, dummy32, &ace->who_uid); in nfsd4_decode_fattr()
[all …]
/Linux-v5.4/fs/xfs/
Dxfs_acl.c32 const struct xfs_acl_entry *ace; in xfs_acl_from_disk() local
47 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk()
55 acl_e->e_tag = be32_to_cpu(ace->ae_tag); in xfs_acl_from_disk()
56 acl_e->e_perm = be16_to_cpu(ace->ae_perm); in xfs_acl_from_disk()
60 acl_e->e_uid = xfs_uid_to_kuid(be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
63 acl_e->e_gid = xfs_gid_to_kgid(be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
85 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
90 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk()
93 ace->ae_tag = cpu_to_be32(acl_e->e_tag); in xfs_acl_to_disk()
96 ace->ae_id = cpu_to_be32(xfs_kuid_to_uid(acl_e->e_uid)); in xfs_acl_to_disk()
[all …]
/Linux-v5.4/Documentation/media/v4l-drivers/
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 …]
/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_ace.c330 struct ocelot_ace_rule *ace) in is2_entry_set() argument
333 struct ocelot_ace_vlan *tag = &ace->vlan; in is2_entry_set()
349 if (ace->prio != 0) in is2_entry_set()
355 VCAP_KEY_SET(IGR_PORT_MASK, 0, ~BIT(ace->chip_port)); in is2_entry_set()
358 VCAP_KEY_BIT_SET(L2_MC, ace->dmac_mc); in is2_entry_set()
359 VCAP_KEY_BIT_SET(L2_BC, ace->dmac_bc); in is2_entry_set()
365 switch (ace->type) { in is2_entry_set()
367 struct ocelot_ace_frame_etype *etype = &ace->frame.etype; in is2_entry_set()
382 struct ocelot_ace_frame_llc *llc = &ace->frame.llc; in is2_entry_set()
395 struct ocelot_ace_frame_snap *snap = &ace->frame.snap; in is2_entry_set()
[all …]
/Linux-v5.4/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-v5.4/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.dtsi211 interface-type = "ace";
217 interface-type = "ace";
Dvexpress-v2p-ca15_a7.dts170 interface-type = "ace";
176 interface-type = "ace";
Dsun8i-a83t.dtsi402 interface-type = "ace";
408 interface-type = "ace";
Dsun9i-a80.dtsi553 interface-type = "ace";
559 interface-type = "ace";
Dexynos5420.dtsi167 interface-type = "ace";
172 interface-type = "ace";
DMakefile1178 uniphier-pro4-ace.dtb \
/Linux-v5.4/Documentation/devicetree/bindings/arm/socionext/
Duniphier.txt15 - Ace Board: "socionext,uniphier-pro4-ace"
/Linux-v5.4/fs/nfs_common/
Dnfsacl.c45 struct posix_acl_entry ace[4]; member
/Linux-v5.4/arch/arm64/boot/dts/mediatek/
Dmt7622.dtsi349 interface-type = "ace-lite";
355 interface-type = "ace";
361 interface-type = "ace";
/Linux-v5.4/fs/cifs/
Dcifssmb.c3491 static void cifs_convert_ace(struct posix_acl_xattr_entry *ace, in cifs_convert_ace() argument
3495 ace->e_perm = cpu_to_le16(cifs_ace->cifs_e_perm); in cifs_convert_ace()
3496 ace->e_tag = cpu_to_le16(cifs_ace->cifs_e_tag); in cifs_convert_ace()
3497 ace->e_id = cpu_to_le32(le64_to_cpu(cifs_ace->cifs_uid)); in cifs_convert_ace()
3553 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in cifs_copy_posix_acl() local
3557 cifs_convert_ace(&ace[i], pACE); in cifs_copy_posix_acl()
3588 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in ACL_to_cifs_posix() local
3615 convert_ace_to_cifs_ace(&cifs_acl->ace_array[i], &ace[i]); in ACL_to_cifs_posix()
/Linux-v5.4/fs/nfs/
Dnfs4xdr.c3219 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace() argument