Searched defs:ace (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/block/ |
D | xsysace.c | 231 static u16 ace_in_8(struct ace_device *ace, int reg) in ace_in_8() 237 static void ace_out_8(struct ace_device *ace, int reg, u16 val) in ace_out_8() 244 static void ace_datain_8(struct ace_device *ace) in ace_datain_8() 254 static void ace_dataout_8(struct ace_device *ace) in ace_dataout_8() 272 static u16 ace_in_be16(struct ace_device *ace, int reg) in ace_in_be16() 277 static void ace_out_be16(struct ace_device *ace, int reg, u16 val) in ace_out_be16() 282 static void ace_datain_be16(struct ace_device *ace) in ace_datain_be16() 291 static void ace_dataout_be16(struct ace_device *ace) in ace_dataout_be16() 301 static u16 ace_in_le16(struct ace_device *ace, int reg) in ace_in_le16() 306 static void ace_out_le16(struct ace_device *ace, int reg, u16 val) in ace_out_le16() [all …]
|
/Linux-v5.4/fs/xfs/ |
D | xfs_acl.c | 32 const struct xfs_acl_entry *ace; in xfs_acl_from_disk() local 85 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
|
/Linux-v5.4/fs/nfsd/ |
D | nfs4acl.c | 237 struct nfs4_ace *ace; in _posix_to_nfsv4_one() local 622 struct nfs4_ace *ace) in process_one_v4_ace() 697 struct nfs4_ace *ace; in nfs4_acl_nfsv4_to_posix() local 806 ace2type(struct nfs4_ace *ace) in ace2type()
|
D | nfs4xdr.c | 353 struct nfs4_ace *ace; in nfsd4_decode_fattr() local 2270 struct nfs4_ace *ace) in nfsd4_encode_aclname() 2626 struct nfs4_ace *ace; in nfsd4_encode_fattr() local
|
/Linux-v5.4/drivers/net/ethernet/mscc/ |
D | ocelot_ace.c | 330 struct ocelot_ace_rule *ace) in is2_entry_set() 646 struct ocelot_ace_rule *ace; in ocelot_ace_rule_offload_add() local 686 struct ocelot_ace_rule *ace; in ocelot_ace_rule_offload_del() local
|
/Linux-v5.4/fs/nfs_common/ |
D | nfsacl.c | 45 struct posix_acl_entry ace[4]; member
|
/Linux-v5.4/fs/cifs/ |
D | cifssmb.c | 3491 static void cifs_convert_ace(struct posix_acl_xattr_entry *ace, in cifs_convert_ace() 3553 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in cifs_copy_posix_acl() local 3588 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in ACL_to_cifs_posix() local
|
/Linux-v5.4/fs/nfs/ |
D | nfs4xdr.c | 3219 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace()
|