Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/fs/nfsd/
Dnfs4acl.c130 struct nfs4_ace *ace; member
247 struct nfs4_ace *ace; in _posix_to_nfsv4_one() local
257 ace = acl->aces + acl->naces; in _posix_to_nfsv4_one()
267 ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE; in _posix_to_nfsv4_one()
268 ace->flag = eflag; in _posix_to_nfsv4_one()
269 ace->access_mask = deny_mask_from_posix(deny, flags); in _posix_to_nfsv4_one()
270 ace->whotype = NFS4_ACL_WHO_OWNER; in _posix_to_nfsv4_one()
271 ace++; in _posix_to_nfsv4_one()
275 ace->type = NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE; in _posix_to_nfsv4_one()
276 ace->flag = eflag; in _posix_to_nfsv4_one()
[all …]
Dnfs4xdr.c309 struct nfs4_ace *ace; in nfsd4_decode_fattr() local
322 for (ace = (*acl)->aces; ace < (*acl)->aces + nace; ace++) { in nfsd4_decode_fattr()
324 ace->type = be32_to_cpup(p++); in nfsd4_decode_fattr()
325 ace->flag = be32_to_cpup(p++); in nfsd4_decode_fattr()
326 ace->access_mask = be32_to_cpup(p++); in nfsd4_decode_fattr()
331 ace->whotype = nfs4_acl_get_whotype(buf, dummy32); in nfsd4_decode_fattr()
333 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_decode_fattr()
335 else if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP) in nfsd4_decode_fattr()
337 buf, dummy32, &ace->who_gid); in nfsd4_decode_fattr()
340 buf, dummy32, &ace->who_uid); in nfsd4_decode_fattr()
[all …]
/linux-4.1.27/fs/xfs/
Dxfs_acl.c45 struct xfs_acl_entry *ace; in xfs_acl_from_disk() local
58 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk()
66 acl_e->e_tag = be32_to_cpu(ace->ae_tag); in xfs_acl_from_disk()
67 acl_e->e_perm = be16_to_cpu(ace->ae_perm); in xfs_acl_from_disk()
71 acl_e->e_uid = xfs_uid_to_kuid(be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
74 acl_e->e_gid = xfs_gid_to_kgid(be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
96 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
101 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk()
104 ace->ae_tag = cpu_to_be32(acl_e->e_tag); in xfs_acl_to_disk()
107 ace->ae_id = cpu_to_be32(xfs_kuid_to_uid(acl_e->e_uid)); in xfs_acl_to_disk()
[all …]
/linux-4.1.27/Documentation/video4linux/
DCARDLIST.saa7134127 126 -> Beholder BeholdTV 505 FM [5ace:5050]
128 127 -> Beholder BeholdTV 507 FM / BeholdTV 509 FM [5ace:5070,5ace:5090]
130 129 -> Beholder BeholdTV 607 FM [5ace:6070]
131 130 -> Beholder BeholdTV M6 [5ace:6190]
143 142 -> Beholder BeholdTV H6 [5ace:6290]
144 143 -> Beholder BeholdTV M63 [5ace:6191]
145 144 -> Beholder BeholdTV M6 Extra [5ace:6193]
163 162 -> Beholder BeholdTV 607 FM [5ace:6071]
164 163 -> Beholder BeholdTV 609 FM [5ace:6090]
165 164 -> Beholder BeholdTV 609 FM [5ace:6091]
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcci.txt75 Definition: must be set to one of {"ace", "ace-lite"}
196 interface-type = "ace-lite";
202 interface-type = "ace";
208 interface-type = "ace";
/linux-4.1.27/arch/arm/boot/dts/
Dexynos5260.dtsi199 interface-type = "ace";
205 interface-type = "ace";
Dvexpress-v2p-ca15_a7.dts144 interface-type = "ace";
150 interface-type = "ace";
Dexynos5420.dtsi132 interface-type = "ace";
137 interface-type = "ace";
/linux-4.1.27/fs/nfs_common/
Dnfsacl.c44 struct posix_acl_entry ace[4]; member
/linux-4.1.27/fs/cifs/
Dcifssmb.c3334 static void cifs_convert_ace(posix_acl_xattr_entry *ace, in cifs_convert_ace() argument
3338 ace->e_perm = cpu_to_le16(cifs_ace->cifs_e_perm); in cifs_convert_ace()
3339 ace->e_tag = cpu_to_le16(cifs_ace->cifs_e_tag); in cifs_convert_ace()
3340 ace->e_id = cpu_to_le32(le64_to_cpu(cifs_ace->cifs_uid)); in cifs_convert_ace()
/linux-4.1.27/fs/nfs/
Dnfs4xdr.c3091 static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp) in decode_ace() argument