Lines Matching defs:cd

192 static int cache_make_upcall(struct cache_detail *cd, struct cache_head *h)  in cache_make_upcall()
339 void sunrpc_init_cache_detail(struct cache_detail *cd) in sunrpc_init_cache_detail()
357 void sunrpc_destroy_cache_detail(struct cache_detail *cd) in sunrpc_destroy_cache_detail()
757 loff_t *ppos, struct cache_detail *cd) in cache_read()
839 size_t count, struct cache_detail *cd) in cache_do_downcall()
855 size_t count, struct cache_detail *cd) in cache_slow_downcall()
871 size_t count, struct cache_detail *cd) in cache_downcall()
896 struct cache_detail *cd) in cache_write()
915 struct cache_detail *cd) in cache_poll()
943 struct cache_detail *cd) in cache_ioctl()
971 struct cache_detail *cd) in cache_open()
996 struct cache_detail *cd) in cache_release()
1274 struct cache_detail *cd; member
1283 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_start() local
1311 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_next() local
1337 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_stop() local
1344 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_show() local
1374 struct cache_detail *cd) in content_open()
1391 struct cache_detail *cd) in content_release()
1399 struct cache_detail *cd) in open_flush()
1407 struct cache_detail *cd) in release_flush()
1415 struct cache_detail *cd) in read_flush()
1436 struct cache_detail *cd) in write_flush()
1462 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_read_procfs() local
1470 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_write_procfs() local
1477 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_poll_procfs() local
1486 struct cache_detail *cd = PDE_DATA(inode); in cache_ioctl_procfs() local
1493 struct cache_detail *cd = PDE_DATA(inode); in cache_open_procfs() local
1500 struct cache_detail *cd = PDE_DATA(inode); in cache_release_procfs() local
1518 struct cache_detail *cd = PDE_DATA(inode); in content_open_procfs() local
1525 struct cache_detail *cd = PDE_DATA(inode); in content_release_procfs() local
1539 struct cache_detail *cd = PDE_DATA(inode); in open_flush_procfs() local
1546 struct cache_detail *cd = PDE_DATA(inode); in release_flush_procfs() local
1554 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in read_flush_procfs() local
1563 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in write_flush_procfs() local
1576 static void remove_cache_proc_entries(struct cache_detail *cd, struct net *net) in remove_cache_proc_entries()
1594 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1635 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1646 int cache_register_net(struct cache_detail *cd, struct net *net) in cache_register_net()
1658 void cache_unregister_net(struct cache_detail *cd, struct net *net) in cache_unregister_net()
1667 struct cache_detail *cd; in cache_create_net() local
1684 void cache_destroy_net(struct cache_detail *cd, struct net *net) in cache_destroy_net()
1694 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_read_pipefs() local
1702 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_write_pipefs() local
1709 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_poll_pipefs() local
1718 struct cache_detail *cd = RPC_I(inode)->private; in cache_ioctl_pipefs() local
1725 struct cache_detail *cd = RPC_I(inode)->private; in cache_open_pipefs() local
1732 struct cache_detail *cd = RPC_I(inode)->private; in cache_release_pipefs() local
1750 struct cache_detail *cd = RPC_I(inode)->private; in content_open_pipefs() local
1757 struct cache_detail *cd = RPC_I(inode)->private; in content_release_pipefs() local
1771 struct cache_detail *cd = RPC_I(inode)->private; in open_flush_pipefs() local
1778 struct cache_detail *cd = RPC_I(inode)->private; in release_flush_pipefs() local
1786 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in read_flush_pipefs() local
1795 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in write_flush_pipefs() local
1810 struct cache_detail *cd) in sunrpc_cache_register_pipefs()
1820 void sunrpc_cache_unregister_pipefs(struct cache_detail *cd) in sunrpc_cache_unregister_pipefs()