Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/
Dxsysace.c231 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.10/fs/xfs/
Dxfs_acl.c37 const struct xfs_acl_entry *ace; in xfs_acl_from_disk() local
99 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
/Linux-v5.10/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.c394 struct nfs4_ace *ace; in nfsd4_decode_fattr() local
2566 struct nfs4_ace *ace) in nfsd4_encode_aclname()
2922 struct nfs4_ace *ace; in nfsd4_encode_fattr() local
/Linux-v5.10/fs/nfs_common/
Dnfsacl.c45 struct posix_acl_entry ace[4]; member
/Linux-v5.10/fs/cifs/
Dcifssmb.c3418 static void cifs_convert_ace(struct posix_acl_xattr_entry *ace, in cifs_convert_ace()
3480 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in cifs_copy_posix_acl() local
3515 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1); in ACL_to_cifs_posix() local
/Linux-v5.10/fs/nfs/
Dnfs4xdr.c3216 static int decode_ace(struct xdr_stream *xdr, void *ace) in decode_ace()