Searched refs:ace (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/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-4.4.14/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 | 310 struct nfs4_ace *ace; in nfsd4_decode_fattr() local 323 for (ace = (*acl)->aces; ace < (*acl)->aces + nace; ace++) { in nfsd4_decode_fattr() 325 ace->type = be32_to_cpup(p++); in nfsd4_decode_fattr() 326 ace->flag = be32_to_cpup(p++); in nfsd4_decode_fattr() 327 ace->access_mask = be32_to_cpup(p++); in nfsd4_decode_fattr() 332 ace->whotype = nfs4_acl_get_whotype(buf, dummy32); in nfsd4_decode_fattr() 334 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_decode_fattr() 336 else if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP) in nfsd4_decode_fattr() 338 buf, dummy32, &ace->who_gid); in nfsd4_decode_fattr() 341 buf, dummy32, &ace->who_uid); in nfsd4_decode_fattr() [all …]
|
/linux-4.4.14/fs/xfs/ |
D | xfs_acl.c | 46 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() 74 acl_e->e_uid = xfs_uid_to_kuid(be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk() 77 acl_e->e_gid = xfs_gid_to_kgid(be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk() 99 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local 104 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk() 107 ace->ae_tag = cpu_to_be32(acl_e->e_tag); in xfs_acl_to_disk() 110 ace->ae_id = cpu_to_be32(xfs_kuid_to_uid(acl_e->e_uid)); in xfs_acl_to_disk() [all …]
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.saa7134 | 127 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.4.14/Documentation/devicetree/bindings/arm/ |
D | cci.txt | 76 Definition: must be set to one of {"ace", "ace-lite"} 198 interface-type = "ace-lite"; 204 interface-type = "ace"; 210 interface-type = "ace";
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos5260.dtsi | 199 interface-type = "ace"; 205 interface-type = "ace";
|
D | vexpress-v2p-ca15_a7.dts | 144 interface-type = "ace"; 150 interface-type = "ace";
|
D | exynos5420.dtsi | 131 interface-type = "ace"; 136 interface-type = "ace";
|
/linux-4.4.14/fs/nfs_common/ |
D | nfsacl.c | 44 struct posix_acl_entry ace[4]; member
|
/linux-4.4.14/fs/cifs/ |
D | cifssmb.c | 3340 static void cifs_convert_ace(posix_acl_xattr_entry *ace, in cifs_convert_ace() argument 3344 ace->e_perm = cpu_to_le16(cifs_ace->cifs_e_perm); in cifs_convert_ace() 3345 ace->e_tag = cpu_to_le16(cifs_ace->cifs_e_tag); in cifs_convert_ace() 3346 ace->e_id = cpu_to_le32(le64_to_cpu(cifs_ace->cifs_uid)); in cifs_convert_ace()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4xdr.c | 3105 static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp) in decode_ace() argument
|