Searched defs:ace (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/fs/xfs/ |
H A D | xfs_acl.c | 46 const struct xfs_acl_entry *ace; xfs_acl_from_disk() local 99 struct xfs_acl_entry *ace; xfs_acl_to_disk() local
|
/linux-4.4.14/fs/nfs_common/ |
H A D | nfsacl.c | 44 struct posix_acl_entry ace[4]; member in struct:nfsacl_simple_acl
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfs4acl.c | 237 struct nfs4_ace *ace; _posix_to_nfsv4_one() local 697 struct nfs4_ace *ace; nfs4_acl_nfsv4_to_posix() local 806 ace2type(struct nfs4_ace *ace) ace2type() argument 621 process_one_v4_ace(struct posix_acl_state *state, struct nfs4_ace *ace) process_one_v4_ace() argument
|
H A D | nfs4xdr.c | 310 struct nfs4_ace *ace; nfsd4_decode_fattr() local 2491 struct nfs4_ace *ace; nfsd4_encode_fattr() local 2135 nfsd4_encode_aclname(struct xdr_stream *xdr, struct svc_rqst *rqstp, struct nfs4_ace *ace) nfsd4_encode_aclname() argument
|
/linux-4.4.14/drivers/block/ |
H A D | xsysace.c | 232 static u16 ace_in_8(struct ace_device *ace, int reg) ace_in_8() argument 238 static void ace_out_8(struct ace_device *ace, int reg, u16 val) ace_out_8() argument 245 static void ace_datain_8(struct ace_device *ace) ace_datain_8() argument 255 static void ace_dataout_8(struct ace_device *ace) ace_dataout_8() argument 273 static u16 ace_in_be16(struct ace_device *ace, int reg) ace_in_be16() argument 278 static void ace_out_be16(struct ace_device *ace, int reg, u16 val) ace_out_be16() argument 283 static void ace_datain_be16(struct ace_device *ace) ace_datain_be16() argument 292 static void ace_dataout_be16(struct ace_device *ace) ace_dataout_be16() argument 302 static u16 ace_in_le16(struct ace_device *ace, int reg) ace_in_le16() argument 307 static void ace_out_le16(struct ace_device *ace, int reg, u16 val) ace_out_le16() argument 312 static void ace_datain_le16(struct ace_device *ace) ace_datain_le16() argument 321 static void ace_dataout_le16(struct ace_device *ace) ace_dataout_le16() argument 344 static inline u16 ace_in(struct ace_device *ace, int reg) ace_in() argument 349 static inline u32 ace_in32(struct ace_device *ace, int reg) ace_in32() argument 354 static inline void ace_out(struct ace_device *ace, int reg, u16 val) ace_out() argument 359 static inline void ace_out32(struct ace_device *ace, int reg, u32 val) ace_out32() argument 394 static void ace_dump_regs(struct ace_device *ace) ace_dump_regs() argument 447 static inline void ace_fsm_yield(struct ace_device *ace) ace_fsm_yield() argument 455 static inline void ace_fsm_yieldirq(struct ace_device *ace) ace_fsm_yieldirq() argument 479 static void ace_fsm_dostate(struct ace_device *ace) ace_fsm_dostate() argument 760 struct ace_device *ace = (void *)data; ace_fsm_tasklet() local 775 struct ace_device *ace = (void *)data; ace_stall_timer() local 799 static int ace_interrupt_checkstate(struct ace_device *ace) ace_interrupt_checkstate() argument 818 struct ace_device *ace = dev_id; ace_interrupt() local 860 struct ace_device *ace; ace_request() local 872 struct ace_device *ace = gd->private_data; ace_check_events() local 880 struct ace_device *ace = gd->private_data; ace_revalidate_disk() local 902 struct ace_device *ace = bdev->bd_disk->private_data; ace_open() local 920 struct ace_device *ace = disk->private_data; ace_release() local 939 struct ace_device *ace = bdev->bd_disk->private_data; ace_getgeo() local 963 static int ace_setup(struct ace_device *ace) ace_setup() argument 1076 static void ace_teardown(struct ace_device *ace) ace_teardown() argument 1097 struct ace_device *ace; ace_alloc() local 1138 struct ace_device *ace = dev_get_drvdata(dev); ace_free() local
|
/linux-4.4.14/fs/cifs/ |
H A D | cifssmb.c | 3340 static void cifs_convert_ace(posix_acl_xattr_entry *ace, cifs_convert_ace() argument
|
/linux-4.4.14/fs/nfs/ |
H A D | nfs4xdr.c | 3105 static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp) decode_ace() argument
|
Completed in 714 milliseconds