Lines Matching defs:cd
199 static int cache_make_upcall(struct cache_detail *cd, struct cache_head *h) in cache_make_upcall()
347 void sunrpc_init_cache_detail(struct cache_detail *cd) in sunrpc_init_cache_detail()
365 void sunrpc_destroy_cache_detail(struct cache_detail *cd) in sunrpc_destroy_cache_detail()
781 loff_t *ppos, struct cache_detail *cd) in cache_read()
863 size_t count, struct cache_detail *cd) in cache_do_downcall()
879 size_t count, struct cache_detail *cd) in cache_slow_downcall()
895 size_t count, struct cache_detail *cd) in cache_downcall()
920 struct cache_detail *cd) in cache_write()
939 struct cache_detail *cd) in cache_poll()
967 struct cache_detail *cd) in cache_ioctl()
995 struct cache_detail *cd) in cache_open()
1020 struct cache_detail *cd) in cache_release()
1303 struct cache_detail *cd = m->private; in cache_seq_start() local
1332 struct cache_detail *cd = m->private; in cache_seq_next() local
1361 struct cache_detail *cd = m->private; in cache_seq_stop() local
1369 struct cache_detail *cd = m->private; in c_show() local
1399 struct cache_detail *cd) in content_open()
1419 struct cache_detail *cd) in content_release()
1427 struct cache_detail *cd) in open_flush()
1435 struct cache_detail *cd) in release_flush()
1443 struct cache_detail *cd) in read_flush()
1455 struct cache_detail *cd) in write_flush()
1496 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_read_procfs() local
1504 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_write_procfs() local
1511 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_poll_procfs() local
1520 struct cache_detail *cd = PDE_DATA(inode); in cache_ioctl_procfs() local
1527 struct cache_detail *cd = PDE_DATA(inode); in cache_open_procfs() local
1534 struct cache_detail *cd = PDE_DATA(inode); in cache_release_procfs() local
1552 struct cache_detail *cd = PDE_DATA(inode); in content_open_procfs() local
1559 struct cache_detail *cd = PDE_DATA(inode); in content_release_procfs() local
1573 struct cache_detail *cd = PDE_DATA(inode); in open_flush_procfs() local
1580 struct cache_detail *cd = PDE_DATA(inode); in release_flush_procfs() local
1588 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in read_flush_procfs() local
1597 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in write_flush_procfs() local
1610 static void remove_cache_proc_entries(struct cache_detail *cd) in remove_cache_proc_entries()
1619 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1652 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1663 int cache_register_net(struct cache_detail *cd, struct net *net) in cache_register_net()
1675 void cache_unregister_net(struct cache_detail *cd, struct net *net) in cache_unregister_net()
1684 struct cache_detail *cd; in cache_create_net() local
1705 void cache_destroy_net(struct cache_detail *cd, struct net *net) in cache_destroy_net()
1715 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_read_pipefs() local
1723 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_write_pipefs() local
1730 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_poll_pipefs() local
1739 struct cache_detail *cd = RPC_I(inode)->private; in cache_ioctl_pipefs() local
1746 struct cache_detail *cd = RPC_I(inode)->private; in cache_open_pipefs() local
1753 struct cache_detail *cd = RPC_I(inode)->private; in cache_release_pipefs() local
1771 struct cache_detail *cd = RPC_I(inode)->private; in content_open_pipefs() local
1778 struct cache_detail *cd = RPC_I(inode)->private; in content_release_pipefs() local
1792 struct cache_detail *cd = RPC_I(inode)->private; in open_flush_pipefs() local
1799 struct cache_detail *cd = RPC_I(inode)->private; in release_flush_pipefs() local
1807 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in read_flush_pipefs() local
1816 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in write_flush_pipefs() local
1831 struct cache_detail *cd) in sunrpc_cache_register_pipefs()
1841 void sunrpc_cache_unregister_pipefs(struct cache_detail *cd) in sunrpc_cache_unregister_pipefs()
1850 void sunrpc_cache_unhash(struct cache_detail *cd, struct cache_head *h) in sunrpc_cache_unhash()