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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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);
74 struct auth_ops *aops = rqstp->rq_authop; local
79 if (aops) {
80 rv = aops->release(rqstp);
81 module_put(aops->owner);
87 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
74 struct auth_ops *aops = rqstp->rq_authop; local
79 if (aops) {
80 rv = aops->release(rqstp);
81 module_put(aops->owner);
87 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A DMakefile5 ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/gfs2/
H A DMakefile5 aops.o dentry.o export.o file.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/gfs2/
H A DMakefile5 aops.o dentry.o export.o file.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_inode.c295 const struct address_space_operations *aops; local
313 aops = &vxfs_immed_aops;
315 aops = &vxfs_aops;
319 ip->i_mapping->a_ops = aops;
323 ip->i_mapping->a_ops = aops;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_inode.c295 const struct address_space_operations *aops; local
313 aops = &vxfs_immed_aops;
315 aops = &vxfs_aops;
319 ip->i_mapping->a_ops = aops;
323 ip->i_mapping->a_ops = aops;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A DMakefile14 aops.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A DMakefile14 aops.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/sunrpc/
H A Dsvcauth.h119 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/sunrpc/
H A Dsvcauth.h119 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cachefiles/
H A Dnamei.c625 const struct address_space_operations *aops; local
628 aops = object->dentry->d_inode->i_mapping->a_ops;
629 if (!aops->bmap)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cachefiles/
H A Dnamei.c625 const struct address_space_operations *aops; local
628 aops = object->dentry->d_inode->i_mapping->a_ops;
629 if (!aops->bmap)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dfilemap.c2101 const struct address_space_operations *aops = mapping->a_ops; local
2103 return aops->write_begin(file, mapping, pos, len, flags,
2112 const struct address_space_operations *aops = mapping->a_ops; local
2115 return aops->write_end(file, mapping, pos, len, copied, page, fsdata);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dfilemap.c2101 const struct address_space_operations *aops = mapping->a_ops; local
2103 return aops->write_begin(file, mapping, pos, len, flags,
2112 const struct address_space_operations *aops = mapping->a_ops; local
2115 return aops->write_end(file, mapping, pos, len, copied, page, fsdata);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dloop.c323 * Using fops->write is slower than using aops->{prepare,commit}_write in the
787 const struct address_space_operations *aops = mapping->a_ops; local
789 if (aops->write_begin)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dloop.c323 * Using fops->write is slower than using aops->{prepare,commit}_write in the
787 const struct address_space_operations *aops = mapping->a_ops; local
789 if (aops->write_begin)

Completed in 141 milliseconds