Searched defs:ace (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/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-2.6.39/fs/nfsd/ |
D | nfs4acl.c | 124 struct nfs4_ace *ace; member 222 struct nfs4_ace *ace; in _posix_to_nfsv4_one() local 622 struct nfs4_ace *ace) in process_one_v4_ace() 696 struct nfs4_ace *ace; in nfs4_acl_nfsv4_to_posix() local 754 ace2type(struct nfs4_ace *ace) in ace2type()
|
D | nfs4xdr.c | 266 struct nfs4_ace *ace; in nfsd4_decode_fattr() local 1963 struct nfs4_ace *ace; in nfsd4_encode_fattr() local
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_acl.c | 41 struct xfs_acl_entry *ace; in xfs_acl_from_disk() local 89 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
|
/linux-2.6.39/fs/nfs_common/ |
D | nfsacl.c | 47 struct posix_acl_entry ace[4]; member
|
/linux-2.6.39/fs/cifs/ |
D | cifssmb.c | 2626 static void cifs_convert_ace(posix_acl_xattr_entry *ace, in cifs_convert_ace()
|
/linux-2.6.39/fs/nfs/ |
D | nfs4xdr.c | 2802 static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp) in decode_ace()
|