Lines Matching defs:cd
194 static int cache_make_upcall(struct cache_detail *cd, struct cache_head *h) in cache_make_upcall()
342 void sunrpc_init_cache_detail(struct cache_detail *cd) in sunrpc_init_cache_detail()
360 void sunrpc_destroy_cache_detail(struct cache_detail *cd) in sunrpc_destroy_cache_detail()
776 loff_t *ppos, struct cache_detail *cd) in cache_read()
858 size_t count, struct cache_detail *cd) in cache_do_downcall()
874 size_t count, struct cache_detail *cd) in cache_slow_downcall()
890 size_t count, struct cache_detail *cd) in cache_downcall()
915 struct cache_detail *cd) in cache_write()
934 struct cache_detail *cd) in cache_poll()
962 struct cache_detail *cd) in cache_ioctl()
990 struct cache_detail *cd) in cache_open()
1015 struct cache_detail *cd) in cache_release()
1298 struct cache_detail *cd = m->private; in cache_seq_start() local
1327 struct cache_detail *cd = m->private; in cache_seq_next() local
1356 struct cache_detail *cd = m->private; in cache_seq_stop() local
1364 struct cache_detail *cd = m->private; in c_show() local
1394 struct cache_detail *cd) in content_open()
1414 struct cache_detail *cd) in content_release()
1422 struct cache_detail *cd) in open_flush()
1430 struct cache_detail *cd) in release_flush()
1438 struct cache_detail *cd) in read_flush()
1450 struct cache_detail *cd) in write_flush()
1491 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_read_procfs() local
1499 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_write_procfs() local
1506 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_poll_procfs() local
1515 struct cache_detail *cd = PDE_DATA(inode); in cache_ioctl_procfs() local
1522 struct cache_detail *cd = PDE_DATA(inode); in cache_open_procfs() local
1529 struct cache_detail *cd = PDE_DATA(inode); in cache_release_procfs() local
1547 struct cache_detail *cd = PDE_DATA(inode); in content_open_procfs() local
1554 struct cache_detail *cd = PDE_DATA(inode); in content_release_procfs() local
1568 struct cache_detail *cd = PDE_DATA(inode); in open_flush_procfs() local
1575 struct cache_detail *cd = PDE_DATA(inode); in release_flush_procfs() local
1583 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in read_flush_procfs() local
1592 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in write_flush_procfs() local
1605 static void remove_cache_proc_entries(struct cache_detail *cd) in remove_cache_proc_entries()
1614 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1647 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1658 int cache_register_net(struct cache_detail *cd, struct net *net) in cache_register_net()
1670 void cache_unregister_net(struct cache_detail *cd, struct net *net) in cache_unregister_net()
1679 struct cache_detail *cd; in cache_create_net() local
1700 void cache_destroy_net(struct cache_detail *cd, struct net *net) in cache_destroy_net()
1710 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_read_pipefs() local
1718 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_write_pipefs() local
1725 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_poll_pipefs() local
1734 struct cache_detail *cd = RPC_I(inode)->private; in cache_ioctl_pipefs() local
1741 struct cache_detail *cd = RPC_I(inode)->private; in cache_open_pipefs() local
1748 struct cache_detail *cd = RPC_I(inode)->private; in cache_release_pipefs() local
1766 struct cache_detail *cd = RPC_I(inode)->private; in content_open_pipefs() local
1773 struct cache_detail *cd = RPC_I(inode)->private; in content_release_pipefs() local
1787 struct cache_detail *cd = RPC_I(inode)->private; in open_flush_pipefs() local
1794 struct cache_detail *cd = RPC_I(inode)->private; in release_flush_pipefs() local
1802 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in read_flush_pipefs() local
1811 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in write_flush_pipefs() local
1826 struct cache_detail *cd) in sunrpc_cache_register_pipefs()
1836 void sunrpc_cache_unregister_pipefs(struct cache_detail *cd) in sunrpc_cache_unregister_pipefs()
1845 void sunrpc_cache_unhash(struct cache_detail *cd, struct cache_head *h) in sunrpc_cache_unhash()