Searched refs:aops (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/sunrpc/ |
D | svcauth.c | 40 struct auth_ops *aops; in svc_authenticate() local 49 if (flavor >= RPC_AUTH_MAXFLAVOR || !(aops = authtab[flavor]) || in svc_authenticate() 50 !try_module_get(aops->owner)) { in svc_authenticate() 59 rqstp->rq_authop = aops; in svc_authenticate() 60 return aops->accept(rqstp, authp); in svc_authenticate() 76 struct auth_ops *aops = rqstp->rq_authop; in svc_authorise() local 81 if (aops) { in svc_authorise() 82 rv = aops->release(rqstp); in svc_authorise() 83 module_put(aops->owner); in svc_authorise() 89 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) in svc_auth_register() argument [all …]
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_inode.c | 296 const struct address_space_operations *aops; in vxfs_iget() local 314 aops = &vxfs_immed_aops; in vxfs_iget() 316 aops = &vxfs_aops; in vxfs_iget() 320 ip->i_mapping->a_ops = aops; in vxfs_iget() 324 ip->i_mapping->a_ops = aops; in vxfs_iget()
|
/linux-4.1.27/fs/ntfs/ |
D | Makefile | 5 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
|
/linux-4.1.27/fs/gfs2/ |
D | Makefile | 5 aops.o dentry.o export.o file.o \
|
/linux-4.1.27/fs/ocfs2/ |
D | Makefile | 14 aops.o \
|
/linux-4.1.27/include/linux/sunrpc/ |
D | svcauth.h | 144 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
|
/linux-4.1.27/fs/cachefiles/ |
D | namei.c | 646 const struct address_space_operations *aops; in cachefiles_walk_to_object() local 649 aops = d_backing_inode(object->dentry)->i_mapping->a_ops; in cachefiles_walk_to_object() 650 if (!aops->bmap) in cachefiles_walk_to_object()
|
/linux-4.1.27/mm/ |
D | filemap.c | 2315 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin() local 2317 return aops->write_begin(file, mapping, pos, len, flags, in pagecache_write_begin() 2326 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end() local 2328 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end()
|
/linux-4.1.27/Documentation/filesystems/ |
D | Locking | 391 highmem, fs/buffer.c, and fs/ntfs/aops.c are providing these. Block devices
|