/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_base.c | 135 struct genwqe_dev *cd; in genwqe_dev_alloc() local 176 static void genwqe_dev_free(struct genwqe_dev *cd) in genwqe_dev_free() 194 static int genwqe_bus_reset(struct genwqe_dev *cd) in genwqe_bus_reset() 259 bool genwqe_need_err_masking(struct genwqe_dev *cd) in genwqe_need_err_masking() 264 static void genwqe_tweak_hardware(struct genwqe_dev *cd) in genwqe_tweak_hardware() 292 int genwqe_recovery_on_fatal_gfir_required(struct genwqe_dev *cd) in genwqe_recovery_on_fatal_gfir_required() 297 int genwqe_flash_readback_fails(struct genwqe_dev *cd) in genwqe_flash_readback_fails() 314 static int genwqe_T_psec(struct genwqe_dev *cd) in genwqe_T_psec() 336 static bool genwqe_setup_pf_jtimer(struct genwqe_dev *cd) in genwqe_setup_pf_jtimer() 357 static bool genwqe_setup_vf_jtimer(struct genwqe_dev *cd) in genwqe_setup_vf_jtimer() [all …]
|
H A D | card_utils.c | 44 int __genwqe_writeq(struct genwqe_dev *cd, u64 byte_offs, u64 val) in __genwqe_writeq() 68 u64 __genwqe_readq(struct genwqe_dev *cd, u64 byte_offs) in __genwqe_readq() 95 int __genwqe_writel(struct genwqe_dev *cd, u64 byte_offs, u32 val) in __genwqe_writel() 119 u32 __genwqe_readl(struct genwqe_dev *cd, u64 byte_offs) in __genwqe_readl() 138 int genwqe_read_app_id(struct genwqe_dev *cd, char *app_name, int len) in genwqe_read_app_id() 210 void *__genwqe_alloc_consistent(struct genwqe_dev *cd, size_t size, in __genwqe_alloc_consistent() 220 void __genwqe_free_consistent(struct genwqe_dev *cd, size_t size, in __genwqe_free_consistent() 229 static void genwqe_unmap_pages(struct genwqe_dev *cd, dma_addr_t *dma_list, in genwqe_unmap_pages() 242 static int genwqe_map_pages(struct genwqe_dev *cd, in genwqe_map_pages() 291 int genwqe_alloc_sync_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl, in genwqe_alloc_sync_sgl() [all …]
|
H A D | card_sysfs.c | 42 struct genwqe_dev *cd = dev_get_drvdata(dev); in status_show() local 53 struct genwqe_dev *cd = dev_get_drvdata(dev); in appid_show() local 64 struct genwqe_dev *cd = dev_get_drvdata(dev); in version_show() local 77 struct genwqe_dev *cd = dev_get_drvdata(dev); in type_show() local 89 struct genwqe_dev *cd = dev_get_drvdata(dev); in tempsens_show() local 101 struct genwqe_dev *cd = dev_get_drvdata(dev); in freerunning_timer_show() local 113 struct genwqe_dev *cd = dev_get_drvdata(dev); in queue_working_time_show() local 125 struct genwqe_dev *cd = dev_get_drvdata(dev); in base_clock_show() local 152 struct genwqe_dev *cd = dev_get_drvdata(dev); in curr_bitstream_show() local 168 struct genwqe_dev *cd = dev_get_drvdata(dev); in next_bitstream_show() local [all …]
|
H A D | card_dev.c | 32 static int genwqe_open_files(struct genwqe_dev *cd) in genwqe_open_files() 43 static void genwqe_add_file(struct genwqe_dev *cd, struct genwqe_file *cfile) in genwqe_add_file() 53 static int genwqe_del_file(struct genwqe_dev *cd, struct genwqe_file *cfile) in genwqe_del_file() 194 struct genwqe_dev *cd = cfile->cd; in genwqe_remove_mappings() local 232 struct genwqe_dev *cd = cfile->cd; in genwqe_remove_pinnings() local 258 static int genwqe_kill_fasync(struct genwqe_dev *cd, int sig) in genwqe_kill_fasync() 274 static int genwqe_terminate(struct genwqe_dev *cd) in genwqe_terminate() 301 struct genwqe_dev *cd; in genwqe_open() local 360 struct genwqe_dev *cd = cfile->cd; in genwqe_release() local 395 struct genwqe_dev *cd = container_of(inode->i_cdev, struct genwqe_dev, in genwqe_vma_close() local [all …]
|
H A D | card_ddcb.c | 163 static void print_ddcb_info(struct genwqe_dev *cd, struct ddcb_queue *queue) in print_ddcb_info() 241 static int ddcb_requ_finished(struct genwqe_dev *cd, struct ddcb_requ *req) in ddcb_requ_finished() 265 static int enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_queue *queue, in enqueue_ddcb() 365 static int genwqe_check_ddcb_queue(struct genwqe_dev *cd, in genwqe_check_ddcb_queue() 477 int __genwqe_wait_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req) in __genwqe_wait_ddcb() 567 static struct ddcb *get_next_ddcb(struct genwqe_dev *cd, in get_next_ddcb() 620 int __genwqe_purge_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req) in __genwqe_purge_ddcb() 725 int genwqe_init_debug_data(struct genwqe_dev *cd, struct genwqe_debug_data *d) in genwqe_init_debug_data() 754 int __genwqe_enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req, in __genwqe_enqueue_ddcb() 911 int __genwqe_execute_raw_ddcb(struct genwqe_dev *cd, in __genwqe_execute_raw_ddcb() [all …]
|
H A D | card_debugfs.c | 45 struct genwqe_dev *cd = s->private; in curr_dbg_uidn_show() local 92 struct genwqe_dev *cd = s->private; in prev_dbg_uidn_show() local 121 struct genwqe_dev *cd = s->private; in curr_regs_show() local 150 struct genwqe_dev *cd = s->private; in prev_regs_show() local 174 struct genwqe_dev *cd = s->private; in jtimer_show() local 195 struct genwqe_dev *cd = s->private; in queue_working_time_show() local 213 struct genwqe_dev *cd = s->private; in ddcb_info_show() local 286 struct genwqe_dev *cd = s->private; in info_show() local 319 void genwqe_init_debugfs(struct genwqe_dev *cd) in genwqe_init_debugfs() 375 void genqwe_exit_debugfs(struct genwqe_dev *cd) in genqwe_exit_debugfs()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 84 static int cyttsp4_load_status_regs(struct cyttsp4 *cd) in cyttsp4_load_status_regs() 102 static int cyttsp4_handshake(struct cyttsp4 *cd, u8 mode) in cyttsp4_handshake() 122 static int cyttsp4_hw_soft_reset(struct cyttsp4 *cd) in cyttsp4_hw_soft_reset() 134 static int cyttsp4_hw_hard_reset(struct cyttsp4 *cd) in cyttsp4_hw_hard_reset() 145 static int cyttsp4_hw_reset(struct cyttsp4 *cd) in cyttsp4_hw_reset() 164 static int cyttsp4_si_data_offsets(struct cyttsp4 *cd) in cyttsp4_si_data_offsets() 200 static int cyttsp4_si_get_cydata(struct cyttsp4 *cd) in cyttsp4_si_get_cydata() 279 static int cyttsp4_si_get_test_data(struct cyttsp4 *cd) in cyttsp4_si_get_test_data() 338 static int cyttsp4_si_get_pcfg_data(struct cyttsp4 *cd) in cyttsp4_si_get_pcfg_data() 386 static int cyttsp4_si_get_opcfg_data(struct cyttsp4 *cd) in cyttsp4_si_get_opcfg_data() [all …]
|
/openbmc/linux/net/sunrpc/ |
H A D | cache.c | 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() 827 loff_t *ppos, struct cache_detail *cd) in cache_read() 909 size_t count, struct cache_detail *cd) in cache_do_downcall() 926 size_t count, struct cache_detail *cd) in cache_downcall() 948 struct cache_detail *cd) in cache_write() 967 struct cache_detail *cd) in cache_poll() 995 struct cache_detail *cd) in cache_ioctl() [all …]
|
H A D | svcauth_unix.c | 153 static int ip_map_upcall(struct cache_detail *cd, struct cache_head *h) in ip_map_upcall() 158 static void ip_map_request(struct cache_detail *cd, in ip_map_request() 178 static int ip_map_parse(struct cache_detail *cd, in ip_map_parse() 261 struct cache_detail *cd, in ip_map_show() 290 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup() 308 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update() 468 static int unix_gid_upcall(struct cache_detail *cd, struct cache_head *h) in unix_gid_upcall() 473 static void unix_gid_request(struct cache_detail *cd, in unix_gid_request() 487 static int unix_gid_parse(struct cache_detail *cd, in unix_gid_parse() 559 struct cache_detail *cd, in unix_gid_show() [all …]
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_div.c | 19 struct ccu_div *cd = data; in ccu_div_round_rate() local 37 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_disable() local 44 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_enable() local 51 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_is_enabled() local 59 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_recalc_rate() local 82 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_determine_rate() local 91 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_rate() local 120 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_get_parent() local 127 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_parent() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | ddc_regs.h | 34 #define DDC_GPIO_REG_LIST_ENTRY(type, cd, id) \ argument 39 #define DDC_GPIO_REG_LIST(cd, id) \ argument 47 #define DDC_REG_LIST(cd, id) \ argument 51 #define DDC_REG_LIST_DCN2(cd, id) \ argument 57 #define DDC_GPIO_VGA_REG_LIST_ENTRY(type, cd)\ argument 62 #define DDC_GPIO_VGA_REG_LIST(cd) \ argument 70 #define DDC_VGA_REG_LIST(cd) \ argument 74 #define DDC_GPIO_I2C_REG_LIST_ENTRY(type, cd) \ argument 79 #define DDC_GPIO_I2C_REG_LIST(cd) \ argument 87 #define DDC_I2C_REG_LIST(cd) \ argument [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | sr_ioctl.c | 39 struct scsi_cd *cd = cdi->handle; in sr_read_tochdr() local 72 struct scsi_cd *cd = cdi->handle; in sr_read_tocentry() local 164 struct scsi_cd *cd = cdi->handle; in sr_play_trkind() local 188 int sr_do_ioctl(Scsi_CD *cd, struct packet_command *cgc) in sr_do_ioctl() 274 Scsi_CD *cd = cdi->handle; in sr_tray_move() local 287 Scsi_CD *cd = cdi->handle; in sr_lock_door() local 295 struct scsi_cd *cd = cdi->handle; in sr_drive_status() local 352 Scsi_CD *cd = cdi->handle; in sr_disk_status() local 384 Scsi_CD *cd = cdi->handle; in sr_get_last_session() local 394 Scsi_CD *cd = cdi->handle; in sr_get_mcn() local [all …]
|
H A D | sr.c | 148 struct scsi_cd *cd = dev_get_drvdata(dev); in sr_runtime_suspend() local 208 struct scsi_cd *cd = cdi->handle; in sr_check_events() local 302 struct scsi_cd *cd = scsi_cd(rq->q->disk); in sr_done() local 362 struct scsi_cd *cd; in sr_init_command() local 476 static void sr_revalidate_disk(struct scsi_cd *cd) in sr_revalidate_disk() 489 struct scsi_cd *cd = scsi_cd(disk); in sr_block_open() local 512 struct scsi_cd *cd = scsi_cd(disk); in sr_block_release() local 524 struct scsi_cd *cd = scsi_cd(bdev->bd_disk); in sr_block_ioctl() local 558 struct scsi_cd *cd = disk->private_data; in sr_block_check_events() local 567 struct scsi_cd *cd = disk->private_data; in sr_free_disk() local [all …]
|
/openbmc/estoraged/include/ |
H A D | cryptsetupInterface.hpp | 182 int cryptFormat(struct crypt_device* cd, const char* type, in cryptFormat() 192 struct crypt_device* cd, int keyslotOld, int keyslotNew, in cryptKeyslotChangeByPassphrase() 201 int cryptKeyslotAddByVolumeKey(struct crypt_device* cd, int keyslot, in cryptKeyslotAddByVolumeKey() 210 int cryptLoad(struct crypt_device* cd, const char* requestedType, in cryptLoad() 217 struct crypt_device* cd, const char* name, int keyslot, in cryptActivateByPassphrase() 224 int cryptDeactivate(struct crypt_device* cd, const char* name) override in cryptDeactivate() 229 int cryptKeyslotDestroy(struct crypt_device* cd, const int keyslot) override in cryptKeyslotDestroy() 239 crypt_keyslot_info cryptKeySlotStatus(struct crypt_device* cd, in cryptKeySlotStatus() 302 static void cryptFree(struct crypt_device*&& cd) in cryptFree()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-mst-intc.c | 42 struct mst_intc_chip_data *cd = irq_data_get_irq_chip_data(d); in mst_set_irq() local 58 struct mst_intc_chip_data *cd = irq_data_get_irq_chip_data(d); in mst_clear_irq() local 85 struct mst_intc_chip_data *cd = irq_data_get_irq_chip_data(d); in mst_intc_eoi_irq() local 128 static void mst_intc_polarity_save(struct mst_intc_chip_data *cd) in mst_intc_polarity_save() 137 static void mst_intc_polarity_restore(struct mst_intc_chip_data *cd) in mst_intc_polarity_restore() 148 struct mst_intc_chip_data *cd; in mst_irq_resume() local 156 struct mst_intc_chip_data *cd; in mst_irq_suspend() local 181 struct mst_intc_chip_data *cd = d->host_data; in mst_intc_domain_translate() local 208 struct mst_intc_chip_data *cd = domain->host_data; in mst_intc_domain_alloc() local 249 struct mst_intc_chip_data *cd; in mst_intc_of_init() local
|
H A D | irq-imx-gpcv2.c | 31 static void __iomem *gpcv2_idx_to_reg(struct gpcv2_irqchip_data *cd, int i) in gpcv2_idx_to_reg() 38 struct gpcv2_irqchip_data *cd; in gpcv2_wakeup_source_save() local 57 struct gpcv2_irqchip_data *cd; in gpcv2_wakeup_source_restore() local 75 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_set_wake() local 97 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_unmask() local 113 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_mask() local 206 struct gpcv2_irqchip_data *cd; in imx_gpcv2_irqchip_init() local
|
/openbmc/linux/io_uring/ |
H A D | cancel.c | 35 bool io_cancel_req_match(struct io_kiocb *req, struct io_cancel_data *cd) in io_cancel_req_match() 70 struct io_cancel_data *cd = data; in io_cancel_cb() local 76 struct io_cancel_data *cd) in io_async_cancel_one() 102 int io_try_cancel(struct io_uring_task *tctx, struct io_cancel_data *cd, in io_try_cancel() 156 static int __io_async_cancel(struct io_cancel_data *cd, in __io_async_cancel() 194 struct io_cancel_data cd = { in io_async_cancel() local 239 struct io_cancel_data *cd, int fd) in __io_sync_cancel() 260 struct io_cancel_data cd = { in io_sync_cancel() local
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-irq.c | 101 struct octeon_ciu_chip_data *cd; in octeon_irq_set_ciu_mapping() local 121 struct octeon_ciu_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_free_cd() local 163 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_ack() local 179 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_eoi() local 192 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_set_enable_local() local 207 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_disable() local 213 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_enable() local 219 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_bus_lock() local 226 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_bus_sync_unlock() local 255 struct octeon_core_chip_data *cd; in octeon_irq_init_core() local [all …]
|
/openbmc/linux/drivers/staging/fieldbus/anybuss/ |
H A D | arcx-anybus.c | 50 static void do_reset(struct controller_priv *cd, u8 rst_bit, bool reset) in do_reset() 76 static int anybuss_reset(struct controller_priv *cd, in anybuss_reset() 90 struct controller_priv *cd = dev_get_drvdata(dev); in export_reset_0() local 97 struct controller_priv *cd = dev_get_drvdata(dev); in export_reset_1() local 167 struct controller_priv *cd = dev_get_drvdata(dev); in version_show() local 176 struct controller_priv *cd = dev_get_drvdata(dev); in design_number_show() local 204 struct controller_priv *cd = rdev_get_drvdata(rdev); in can_power_is_enabled() local 226 struct controller_priv *cd; in controller_probe() local 326 struct controller_priv *cd = platform_get_drvdata(pdev); in controller_remove() local
|
H A D | host.c | 316 static void __ab_task_finish(struct ab_task *t, struct anybuss_host *cd) in __ab_task_finish() 324 ab_task_dequeue_finish_put(struct kfifo *q, struct anybuss_host *cd) in ab_task_dequeue_finish_put() 390 static void reset_assert(struct anybuss_host *cd) in reset_assert() 395 static void reset_deassert(struct anybuss_host *cd) in reset_deassert() 459 struct anybuss_host *cd = data; in irq_handler() local 481 static int task_fn_power_off(struct anybuss_host *cd, in task_fn_power_off() 497 static int task_fn_power_on_2(struct anybuss_host *cd, in task_fn_power_on_2() 513 static int task_fn_power_on(struct anybuss_host *cd, in task_fn_power_on() 534 struct anybuss_host *cd = client->host; in anybuss_set_power() local 550 static int task_fn_area_3(struct anybuss_host *cd, struct ab_task *t) in task_fn_area_3() [all …]
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | clockdomain.c | 105 struct clkdm_dep *cd; in _clkdm_deps_lookup() local 168 struct clkdm_dep *cd; in _resolve_clkdm_deps() local 195 struct clkdm_dep *cd; in _clkdm_add_wkdep() local 238 struct clkdm_dep *cd; in _clkdm_del_wkdep() local 283 struct clkdm_dep *cd; in _clkdm_add_sleepdep() local 328 struct clkdm_dep *cd; in _clkdm_del_sleepdep() local 595 struct clkdm_dep *cd; in clkdm_add_wkdep() local 624 struct clkdm_dep *cd; in clkdm_del_wkdep() local 657 struct clkdm_dep *cd; in clkdm_read_wkdep() local 715 struct clkdm_dep *cd; in clkdm_add_sleepdep() local [all …]
|
/openbmc/linux/fs/nfs/ |
H A D | cache_lib.c | 35 int nfs_cache_upcall(struct cache_detail *cd, char *entry_name) in nfs_cache_upcall() 116 int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_register_sb() 127 int nfs_cache_register_net(struct net *net, struct cache_detail *cd) in nfs_cache_register_net() 143 void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_unregister_sb() 148 void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd) in nfs_cache_unregister_net()
|
H A D | dns_resolve.c | 139 static void nfs_dns_request(struct cache_detail *cd, in nfs_dns_request() 149 static int nfs_dns_upcall(struct cache_detail *cd, in nfs_dns_upcall() 176 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, in nfs_dns_show() 202 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, in nfs_dns_lookup() 215 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, in nfs_dns_update() 229 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen) in nfs_dns_parse() 280 static int do_cache_lookup(struct cache_detail *cd, in do_cache_lookup() 296 static int do_cache_lookup_nowait(struct cache_detail *cd, in do_cache_lookup_nowait() 321 static int do_cache_lookup_wait(struct cache_detail *cd, in do_cache_lookup_wait() 430 struct cache_detail *cd = nn->nfs_dns_resolve; in rpc_pipefs_event() local
|
/openbmc/linux/drivers/net/wireless/ath/ |
H A D | dfs_pattern_detector.c | 169 struct channel_detector *cd) in channel_detector_reset() 180 struct channel_detector *cd) in channel_detector_exit() 201 struct channel_detector *cd; in channel_detector_create() local 244 struct channel_detector *cd; in channel_detector_get() local 259 struct channel_detector *cd; in dpd_reset() local 266 struct channel_detector *cd, *cd0; in dpd_exit() local 277 struct channel_detector *cd; in dpd_add_pulse() local 324 struct channel_detector *cd, *cd0; in dpd_set_domain() local
|
/openbmc/linux/fs/nfsd/ |
H A D | export.c | 63 expkey_upcall(struct cache_detail * cd,struct cache_head * h) expkey_upcall() argument 68 expkey_request(struct cache_detail * cd,struct cache_head * h,char ** bpp,int * blen) expkey_request() argument 87 expkey_parse(struct cache_detail * cd,char * mesg,int mlen) expkey_parse() argument 187 expkey_show(struct seq_file * m,struct cache_detail * cd,struct cache_head * h) expkey_show() argument 296 svc_expkey_lookup(struct cache_detail * cd,struct svc_expkey * item) svc_expkey_lookup() argument 309 svc_expkey_update(struct cache_detail * cd,struct svc_expkey * new,struct svc_expkey * old) svc_expkey_update() argument 385 svc_export_upcall(struct cache_detail * cd,struct cache_head * h) svc_export_upcall() argument 390 svc_export_request(struct cache_detail * cd,struct cache_head * h,char ** bpp,int * blen) svc_export_request() argument 616 svc_export_parse(struct cache_detail * cd,char * mesg,int mlen) svc_export_parse() argument 776 svc_export_show(struct seq_file * m,struct cache_detail * cd,struct cache_head * h) svc_export_show() argument 954 exp_find_key(struct cache_detail * cd,struct auth_domain * clp,int fsid_type,u32 * fsidv,struct cache_req * reqp) exp_find_key() argument 979 exp_get_by_name(struct cache_detail * cd,struct auth_domain * clp,const struct path * path,struct cache_req * reqp) exp_get_by_name() argument 1007 exp_parent(struct cache_detail * cd,struct auth_domain * clp,struct path * path) exp_parent() argument 1040 struct cache_detail *cd = nn->svc_export_cache; exp_rootfh() local 1075 exp_find(struct cache_detail * cd,struct auth_domain * clp,int fsid_type,u32 * fsidv,struct cache_req * reqp) exp_find() argument 1157 struct cache_detail *cd = nn->svc_export_cache; rqst_exp_get_by_name() local 1188 struct cache_detail *cd = nn->svc_export_cache; rqst_exp_find() local 1376 struct cache_detail *cd = m->private; e_show() local [all...] |