Lines Matching defs:cd
82 struct cache_detail *cd) in sunrpc_begin_cache_remove_entry()
91 struct cache_detail *cd) in sunrpc_end_cache_remove_entry()
383 void sunrpc_init_cache_detail(struct cache_detail *cd) in sunrpc_init_cache_detail()
401 void sunrpc_destroy_cache_detail(struct cache_detail *cd) in sunrpc_destroy_cache_detail()
812 loff_t *ppos, struct cache_detail *cd) in cache_read()
894 size_t count, struct cache_detail *cd) in cache_do_downcall()
910 size_t count, struct cache_detail *cd) in cache_slow_downcall()
926 size_t count, struct cache_detail *cd) in cache_downcall()
951 struct cache_detail *cd) in cache_write()
970 struct cache_detail *cd) in cache_poll()
998 struct cache_detail *cd) in cache_ioctl()
1026 struct cache_detail *cd) in cache_open()
1053 struct cache_detail *cd) in cache_release()
1349 struct cache_detail *cd = m->private; in __cache_seq_start() local
1377 struct cache_detail *cd = m->private; in cache_seq_next() local
1428 struct cache_detail *cd = m->private; in c_show() local
1460 struct cache_detail *cd) in content_open()
1480 struct cache_detail *cd) in content_release()
1488 struct cache_detail *cd) in open_flush()
1496 struct cache_detail *cd) in release_flush()
1504 struct cache_detail *cd) in read_flush()
1516 struct cache_detail *cd) in write_flush()
1560 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_read_procfs() local
1568 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_write_procfs() local
1575 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_poll_procfs() local
1584 struct cache_detail *cd = PDE_DATA(inode); in cache_ioctl_procfs() local
1591 struct cache_detail *cd = PDE_DATA(inode); in cache_open_procfs() local
1598 struct cache_detail *cd = PDE_DATA(inode); in cache_release_procfs() local
1615 struct cache_detail *cd = PDE_DATA(inode); in content_open_procfs() local
1622 struct cache_detail *cd = PDE_DATA(inode); in content_release_procfs() local
1636 struct cache_detail *cd = PDE_DATA(inode); in open_flush_procfs() local
1643 struct cache_detail *cd = PDE_DATA(inode); in release_flush_procfs() local
1651 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in read_flush_procfs() local
1660 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in write_flush_procfs() local
1673 static void remove_cache_proc_entries(struct cache_detail *cd) in remove_cache_proc_entries()
1682 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1715 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1726 int cache_register_net(struct cache_detail *cd, struct net *net) in cache_register_net()
1738 void cache_unregister_net(struct cache_detail *cd, struct net *net) in cache_unregister_net()
1747 struct cache_detail *cd; in cache_create_net() local
1768 void cache_destroy_net(struct cache_detail *cd, struct net *net) in cache_destroy_net()
1778 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_read_pipefs() local
1786 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_write_pipefs() local
1793 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_poll_pipefs() local
1802 struct cache_detail *cd = RPC_I(inode)->private; in cache_ioctl_pipefs() local
1809 struct cache_detail *cd = RPC_I(inode)->private; in cache_open_pipefs() local
1816 struct cache_detail *cd = RPC_I(inode)->private; in cache_release_pipefs() local
1834 struct cache_detail *cd = RPC_I(inode)->private; in content_open_pipefs() local
1841 struct cache_detail *cd = RPC_I(inode)->private; in content_release_pipefs() local
1855 struct cache_detail *cd = RPC_I(inode)->private; in open_flush_pipefs() local
1862 struct cache_detail *cd = RPC_I(inode)->private; in release_flush_pipefs() local
1870 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in read_flush_pipefs() local
1879 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in write_flush_pipefs() local
1894 struct cache_detail *cd) in sunrpc_cache_register_pipefs()
1904 void sunrpc_cache_unregister_pipefs(struct cache_detail *cd) in sunrpc_cache_unregister_pipefs()
1913 void sunrpc_cache_unhash(struct cache_detail *cd, struct cache_head *h) in sunrpc_cache_unhash()