Home
last modified time | relevance | path

Searched defs:ace (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/block/
Dxsysace.c232 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-v4.19/fs/xfs/
Dxfs_acl.c34 const struct xfs_acl_entry *ace; in xfs_acl_from_disk() local
87 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
/Linux-v4.19/fs/nfsd/
Dnfs4acl.c237 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()
Dnfs4xdr.c352 struct nfs4_ace *ace; in nfsd4_decode_fattr() local
2263 struct nfs4_ace *ace) in nfsd4_encode_aclname()
2617 struct nfs4_ace *ace; in nfsd4_encode_fattr() local
/Linux-v4.19/fs/nfs_common/
Dnfsacl.c44 struct posix_acl_entry ace[4]; member
/Linux-v4.19/fs/cifs/
Dcifssmb.c3409 static void cifs_convert_ace(struct posix_acl_xattr_entry *ace, in cifs_convert_ace()
3471 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in cifs_copy_posix_acl() local
3509 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in ACL_to_cifs_posix() local
/Linux-v4.19/fs/nfs/
Dnfs4xdr.c3231 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace()