Searched defs:ace (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/block/ | 
| D | xsysace.c | 232 static u16 ace_in_8(struct ace_device *ace, int reg)  in ace_in_8()238 static void ace_out_8(struct ace_device *ace, int reg, u16 val)  in ace_out_8()
 245 static void ace_datain_8(struct ace_device *ace)  in ace_datain_8()
 255 static void ace_dataout_8(struct ace_device *ace)  in ace_dataout_8()
 273 static u16 ace_in_be16(struct ace_device *ace, int reg)  in ace_in_be16()
 278 static void ace_out_be16(struct ace_device *ace, int reg, u16 val)  in ace_out_be16()
 283 static void ace_datain_be16(struct ace_device *ace)  in ace_datain_be16()
 292 static void ace_dataout_be16(struct ace_device *ace)  in ace_dataout_be16()
 302 static u16 ace_in_le16(struct ace_device *ace, int reg)  in ace_in_le16()
 307 static void ace_out_le16(struct ace_device *ace, int reg, u16 val)  in ace_out_le16()
 [all …]
 
 | 
| /linux-4.4.14/fs/xfs/ | 
| D | xfs_acl.c | 46 	const struct xfs_acl_entry *ace;  in xfs_acl_from_disk()  local99 	struct xfs_acl_entry *ace;  in xfs_acl_to_disk()  local
 
 | 
| /linux-4.4.14/fs/nfsd/ | 
| D | nfs4acl.c | 237 	struct nfs4_ace *ace;  in _posix_to_nfsv4_one()  local622 				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 | 310 		struct nfs4_ace *ace;  in nfsd4_decode_fattr()  local2136 		     struct nfs4_ace *ace)  in nfsd4_encode_aclname()
 2491 		struct nfs4_ace *ace;  in nfsd4_encode_fattr()  local
 
 | 
| /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()
 | 
| /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()
 |