Lines Matching defs:cd

84 					    struct cache_detail *cd)  in sunrpc_begin_cache_remove_entry()
93 struct cache_detail *cd) in sunrpc_end_cache_remove_entry()
385 void sunrpc_init_cache_detail(struct cache_detail *cd) in sunrpc_init_cache_detail()
403 void sunrpc_destroy_cache_detail(struct cache_detail *cd) in sunrpc_destroy_cache_detail()
824 loff_t *ppos, struct cache_detail *cd) in cache_read()
906 size_t count, struct cache_detail *cd) in cache_do_downcall()
923 size_t count, struct cache_detail *cd) in cache_downcall()
945 struct cache_detail *cd) in cache_write()
964 struct cache_detail *cd) in cache_poll()
992 struct cache_detail *cd) in cache_ioctl()
1020 struct cache_detail *cd) in cache_open()
1047 struct cache_detail *cd) in cache_release()
1342 struct cache_detail *cd = m->private; in __cache_seq_start() local
1370 struct cache_detail *cd = m->private; in cache_seq_next() local
1421 struct cache_detail *cd = m->private; in c_show() local
1451 struct cache_detail *cd) in content_open()
1471 struct cache_detail *cd) in content_release()
1479 struct cache_detail *cd) in open_flush()
1487 struct cache_detail *cd) in release_flush()
1495 struct cache_detail *cd) in read_flush()
1507 struct cache_detail *cd) in write_flush()
1551 struct cache_detail *cd = pde_data(file_inode(filp)); in cache_read_procfs() local
1559 struct cache_detail *cd = pde_data(file_inode(filp)); in cache_write_procfs() local
1566 struct cache_detail *cd = pde_data(file_inode(filp)); in cache_poll_procfs() local
1575 struct cache_detail *cd = pde_data(inode); in cache_ioctl_procfs() local
1582 struct cache_detail *cd = pde_data(inode); in cache_open_procfs() local
1589 struct cache_detail *cd = pde_data(inode); in cache_release_procfs() local
1605 struct cache_detail *cd = pde_data(inode); in content_open_procfs() local
1612 struct cache_detail *cd = pde_data(inode); in content_release_procfs() local
1626 struct cache_detail *cd = pde_data(inode); in open_flush_procfs() local
1633 struct cache_detail *cd = pde_data(inode); in release_flush_procfs() local
1641 struct cache_detail *cd = pde_data(file_inode(filp)); in read_flush_procfs() local
1650 struct cache_detail *cd = pde_data(file_inode(filp)); in write_flush_procfs() local
1662 static void remove_cache_proc_entries(struct cache_detail *cd) in remove_cache_proc_entries()
1671 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1704 static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) in create_cache_proc_entries()
1715 int cache_register_net(struct cache_detail *cd, struct net *net) in cache_register_net()
1727 void cache_unregister_net(struct cache_detail *cd, struct net *net) in cache_unregister_net()
1736 struct cache_detail *cd; in cache_create_net() local
1757 void cache_destroy_net(struct cache_detail *cd, struct net *net) in cache_destroy_net()
1767 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_read_pipefs() local
1775 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_write_pipefs() local
1782 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in cache_poll_pipefs() local
1791 struct cache_detail *cd = RPC_I(inode)->private; in cache_ioctl_pipefs() local
1798 struct cache_detail *cd = RPC_I(inode)->private; in cache_open_pipefs() local
1805 struct cache_detail *cd = RPC_I(inode)->private; in cache_release_pipefs() local
1822 struct cache_detail *cd = RPC_I(inode)->private; in content_open_pipefs() local
1829 struct cache_detail *cd = RPC_I(inode)->private; in content_release_pipefs() local
1843 struct cache_detail *cd = RPC_I(inode)->private; in open_flush_pipefs() local
1850 struct cache_detail *cd = RPC_I(inode)->private; in release_flush_pipefs() local
1858 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in read_flush_pipefs() local
1867 struct cache_detail *cd = RPC_I(file_inode(filp))->private; in write_flush_pipefs() local
1881 struct cache_detail *cd) in sunrpc_cache_register_pipefs()
1891 void sunrpc_cache_unregister_pipefs(struct cache_detail *cd) in sunrpc_cache_unregister_pipefs()
1900 void sunrpc_cache_unhash(struct cache_detail *cd, struct cache_head *h) in sunrpc_cache_unhash()