Searched refs:aops (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth.c40 struct auth_ops *aops; local
49 if (flavor >= RPC_AUTH_MAXFLAVOR || !(aops = authtab[flavor])
50 || !try_module_get(aops->owner)) {
57 rqstp->rq_authop = aops;
58 return aops->accept(rqstp, authp);
72 struct auth_ops *aops = rqstp->rq_authop; local
77 if (aops) {
78 rv = aops->release(rqstp);
79 module_put(aops->owner);
85 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A DMakefile5 ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A DMakefile9 aops.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_inode.c297 const struct address_space_operations *aops; local
306 aops = &vxfs_immed_aops;
308 aops = &vxfs_aops;
312 ip->i_mapping->a_ops = aops;
316 ip->i_mapping->a_ops = aops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dsvcauth.h118 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dloop.c212 const struct address_space_operations *aops = mapping->a_ops; local
234 ret = aops->prepare_write(file, page, offset,
255 ret = aops->commit_write(file, page, offset,
337 * Using fops->write is slower than using aops->{prepare,commit}_write in the
758 const struct address_space_operations *aops = mapping->a_ops; local
765 if (aops->prepare_write && aops->commit_write)

Completed in 67 milliseconds