Lines Matching defs:cd

197 static int cache_make_upcall(struct cache_detail *cd, struct cache_head *h)  in cache_make_upcall()
347 static void sunrpc_init_cache_detail(struct cache_detail *cd) in sunrpc_init_cache_detail()
364 static void sunrpc_destroy_cache_detail(struct cache_detail *cd) in sunrpc_destroy_cache_detail()
752 loff_t *ppos, struct cache_detail *cd) in cache_read()
827 size_t count, struct cache_detail *cd) in cache_do_downcall()
841 size_t count, struct cache_detail *cd) in cache_slow_downcall()
857 size_t count, struct cache_detail *cd) in cache_downcall()
882 struct cache_detail *cd) in cache_write()
901 struct cache_detail *cd) in cache_poll()
929 struct cache_detail *cd) in cache_ioctl()
957 struct cache_detail *cd) in cache_open()
980 struct cache_detail *cd) in cache_release()
1265 struct cache_detail *cd; member
1274 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_start() local
1302 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_next() local
1328 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_stop() local
1335 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_show() local
1362 struct cache_detail *cd) in content_open()
1379 struct cache_detail *cd) in content_release()
1387 struct cache_detail *cd) in open_flush()
1395 struct cache_detail *cd) in release_flush()
1403 struct cache_detail *cd) in read_flush()
1424 struct cache_detail *cd) in write_flush()
1450 struct cache_detail *cd = PDE(filp->f_path.dentry->d_inode)->data; in cache_read_procfs() local
1458 struct cache_detail *cd = PDE(filp->f_path.dentry->d_inode)->data; in cache_write_procfs() local
1465 struct cache_detail *cd = PDE(filp->f_path.dentry->d_inode)->data; in cache_poll_procfs() local
1474 struct cache_detail *cd = PDE(inode)->data; in cache_ioctl_procfs() local
1481 struct cache_detail *cd = PDE(inode)->data; in cache_open_procfs() local
1488 struct cache_detail *cd = PDE(inode)->data; in cache_release_procfs() local
1506 struct cache_detail *cd = PDE(inode)->data; in content_open_procfs() local
1513 struct cache_detail *cd = PDE(inode)->data; in content_release_procfs() local
1527 struct cache_detail *cd = PDE(inode)->data; in open_flush_procfs() local
1534 struct cache_detail *cd = PDE(inode)->data; in release_flush_procfs() local
1542 struct cache_detail *cd = PDE(filp->f_path.dentry->d_inode)->data; in read_flush_procfs() local
1551 struct cache_detail *cd = PDE(filp->f_path.dentry->d_inode)->data; in write_flush_procfs() local
1564 static void remove_cache_proc_entries(struct cache_detail *cd, struct net *net) in remove_cache_proc_entries()
1582 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1623 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1634 int cache_register_net(struct cache_detail *cd, struct net *net) in cache_register_net()
1646 int cache_register(struct cache_detail *cd) in cache_register()
1652 void cache_unregister_net(struct cache_detail *cd, struct net *net) in cache_unregister_net()
1659 void cache_unregister(struct cache_detail *cd) in cache_unregister()
1668 struct cache_detail *cd = RPC_I(filp->f_path.dentry->d_inode)->private; in cache_read_pipefs() local
1676 struct cache_detail *cd = RPC_I(filp->f_path.dentry->d_inode)->private; in cache_write_pipefs() local
1683 struct cache_detail *cd = RPC_I(filp->f_path.dentry->d_inode)->private; in cache_poll_pipefs() local
1692 struct cache_detail *cd = RPC_I(inode)->private; in cache_ioctl_pipefs() local
1699 struct cache_detail *cd = RPC_I(inode)->private; in cache_open_pipefs() local
1706 struct cache_detail *cd = RPC_I(inode)->private; in cache_release_pipefs() local
1724 struct cache_detail *cd = RPC_I(inode)->private; in content_open_pipefs() local
1731 struct cache_detail *cd = RPC_I(inode)->private; in content_release_pipefs() local
1745 struct cache_detail *cd = RPC_I(inode)->private; in open_flush_pipefs() local
1752 struct cache_detail *cd = RPC_I(inode)->private; in release_flush_pipefs() local
1760 struct cache_detail *cd = RPC_I(filp->f_path.dentry->d_inode)->private; in read_flush_pipefs() local
1769 struct cache_detail *cd = RPC_I(filp->f_path.dentry->d_inode)->private; in write_flush_pipefs() local
1784 struct cache_detail *cd) in sunrpc_cache_register_pipefs()
1805 void sunrpc_cache_unregister_pipefs(struct cache_detail *cd) in sunrpc_cache_unregister_pipefs()