Searched defs:ace (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/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-3.3/fs/nfsd/ |
D | nfs4acl.c | 125 struct nfs4_ace *ace; member 223 struct nfs4_ace *ace; in _posix_to_nfsv4_one() local 623 struct nfs4_ace *ace) in process_one_v4_ace() 697 struct nfs4_ace *ace; in nfs4_acl_nfsv4_to_posix() local 755 ace2type(struct nfs4_ace *ace) in ace2type()
|
D | nfs4xdr.c | 283 struct nfs4_ace *ace; in nfsd4_decode_fattr() local 2195 struct nfs4_ace *ace; in nfsd4_encode_fattr() local
|
/linux-3.3/fs/xfs/ |
D | xfs_acl.c | 41 struct xfs_acl_entry *ace; in xfs_acl_from_disk() local 91 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
|
/linux-3.3/fs/nfs_common/ |
D | nfsacl.c | 47 struct posix_acl_entry ace[4]; member
|
/linux-3.3/fs/cifs/ |
D | cifssmb.c | 3299 static void cifs_convert_ace(posix_acl_xattr_entry *ace, in cifs_convert_ace()
|
/linux-3.3/fs/nfs/ |
D | nfs4xdr.c | 3085 static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp) in decode_ace()
|