/linux/drivers/media/common/b2c2/ |
H A D | flexcop.c | 47 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed() local 48 return flexcop_pid_feed_control(fc, dvbdmxfeed, 1); in flexcop_dvb_start_feed() 53 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed() local 54 return flexcop_pid_feed_control(fc, dvbdmxfeed, 0); in flexcop_dvb_stop_feed() 57 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init() argument 59 int ret = dvb_register_adapter(&fc->dvb_adapter, in flexcop_dvb_init() 60 "FlexCop Digital TV device", fc->owner, in flexcop_dvb_init() 61 fc->dev, adapter_nr); in flexcop_dvb_init() 66 fc->dvb_adapter.priv = fc; in flexcop_dvb_init() 136 flexcop_dvb_exit(struct flexcop_device * fc) flexcop_dvb_exit() argument 156 flexcop_pass_dmx_data(struct flexcop_device * fc,u8 * buf,u32 len) flexcop_pass_dmx_data() argument 162 flexcop_pass_dmx_packets(struct flexcop_device * fc,u8 * buf,u32 no) flexcop_pass_dmx_packets() argument 168 flexcop_reset(struct flexcop_device * fc) flexcop_reset() argument 199 flexcop_reset_block_300(struct flexcop_device * fc) flexcop_reset_block_300() argument 217 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), flexcop_device_kmalloc() local 237 flexcop_device_kfree(struct flexcop_device * fc) flexcop_device_kfree() argument 244 flexcop_device_initialize(struct flexcop_device * fc) flexcop_device_initialize() argument 287 flexcop_device_exit(struct flexcop_device * fc) flexcop_device_exit() argument [all...] |
H A D | flexcop-hw-filter.c | 9 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff) in flexcop_rcv_data_ctrl() argument 15 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) in flexcop_smc_ctrl() argument 20 static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_null_filter_ctrl() argument 25 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]) in flexcop_set_mac_filter() argument 28 v41c = fc->read_ibi_reg(fc, mac_address_41c); in flexcop_set_mac_filter() 37 fc->write_ibi_reg(fc, mac_address_418, v418); in flexcop_set_mac_filter() 38 fc->write_ibi_reg(fc, mac_address_41 in flexcop_set_mac_filter() 41 flexcop_mac_filter_ctrl(struct flexcop_device * fc,int onoff) flexcop_mac_filter_ctrl() argument 46 flexcop_pid_group_filter(struct flexcop_device * fc,u16 pid,u16 mask) flexcop_pid_group_filter() argument 56 flexcop_pid_group_filter_ctrl(struct flexcop_device * fc,int onoff) flexcop_pid_group_filter_ctrl() argument 74 flexcop_pid_Stream1_PID_ctrl(struct flexcop_device * fc,u16 pid,int onoff) flexcop_pid_Stream1_PID_ctrl() argument 81 flexcop_pid_Stream2_PID_ctrl(struct flexcop_device * fc,u16 pid,int onoff) flexcop_pid_Stream2_PID_ctrl() argument 88 flexcop_pid_PCR_PID_ctrl(struct flexcop_device * fc,u16 pid,int onoff) flexcop_pid_PCR_PID_ctrl() argument 94 flexcop_pid_PMT_PID_ctrl(struct flexcop_device * fc,u16 pid,int onoff) flexcop_pid_PMT_PID_ctrl() argument 100 flexcop_pid_EMM_PID_ctrl(struct flexcop_device * fc,u16 pid,int onoff) flexcop_pid_EMM_PID_ctrl() argument 106 flexcop_pid_ECM_PID_ctrl(struct flexcop_device * fc,u16 pid,int onoff) flexcop_pid_ECM_PID_ctrl() argument 112 flexcop_pid_control(struct flexcop_device * fc,int index,u16 pid,int onoff) flexcop_pid_control() argument 164 flexcop_toggle_fullts_streaming(struct flexcop_device * fc,int onoff) flexcop_toggle_fullts_streaming() argument 175 flexcop_pid_feed_control(struct flexcop_device * fc,struct dvb_demux_feed * dvbdmxfeed,int onoff) flexcop_pid_feed_control() argument 224 flexcop_hw_filter_init(struct flexcop_device * fc) flexcop_hw_filter_init() argument [all...] |
H A D | flexcop-fe-tuner.c | 34 struct flexcop_device *fc = fe->dvb->priv; in flexcop_fe_request_firmware() local 36 return request_firmware(fw, name, fc->dev); in flexcop_fe_request_firmware() 45 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_voltage() local 49 v = fc->read_ibi_reg(fc, misc_204); in flexcop_set_voltage() 66 return fc->write_ibi_reg(fc, misc_204, v); in flexcop_set_voltage() 73 struct flexcop_device *fc = fe->dvb->priv; in flexcop_sleep() local 74 if (fc->fe_sleep) in flexcop_sleep() 75 return fc in flexcop_sleep() 85 struct flexcop_device *fc = fe->dvb->priv; flexcop_set_tone() local 170 skystar2_rev23_attach(struct flexcop_device * fc,struct i2c_adapter * i2c) skystar2_rev23_attach() argument 283 skystar2_rev26_attach(struct flexcop_device * fc,struct i2c_adapter * i2c) skystar2_rev26_attach() argument 317 skystar2_rev27_attach(struct flexcop_device * fc,struct i2c_adapter * i2c) skystar2_rev27_attach() argument 383 skystar2_rev28_attach(struct flexcop_device * fc,struct i2c_adapter * i2c) skystar2_rev28_attach() argument 444 airstar_dvbt_attach(struct flexcop_device * fc,struct i2c_adapter * i2c) airstar_dvbt_attach() argument 465 airstar_atsc1_attach(struct flexcop_device * fc,struct i2c_adapter * i2c) airstar_atsc1_attach() argument 481 airstar_atsc2_attach(struct flexcop_device * fc,struct i2c_adapter * i2c) airstar_atsc2_attach() argument 503 airstar_atsc3_attach(struct flexcop_device * fc,struct i2c_adapter * i2c) airstar_atsc3_attach() argument 598 cablestar2_attach(struct flexcop_device * fc,struct i2c_adapter * i2c) cablestar2_attach() argument 637 skystarS2_rev33_attach(struct flexcop_device * fc,struct i2c_adapter * i2c) skystarS2_rev33_attach() argument 681 flexcop_frontend_init(struct flexcop_device * fc) flexcop_frontend_init() argument 714 flexcop_frontend_exit(struct flexcop_device * fc) flexcop_frontend_exit() argument [all...] |
H A D | flexcop-i2c.c | 11 static int flexcop_i2c_operation(struct flexcop_device *fc, in flexcop_i2c_operation() argument 20 fc->write_ibi_reg(fc, tw_sm_c_100, ibi_zero); in flexcop_i2c_operation() 21 fc->write_ibi_reg(fc, tw_sm_c_100, *r100); /* initiating i2c operation */ in flexcop_i2c_operation() 24 r = fc->read_ibi_reg(fc, tw_sm_c_100); in flexcop_i2c_operation() 59 if (i2c->fc->dev_type == FC_SKY_REV27) in flexcop_i2c_read4() 62 ret = flexcop_i2c_operation(i2c->fc, &r100); in flexcop_i2c_read4() 66 ret = flexcop_i2c_operation(i2c->fc, in flexcop_i2c_read4() 87 flexcop_i2c_write4(struct flexcop_device * fc,flexcop_ibi_value r100,u8 * buf) flexcop_i2c_write4() argument 217 flexcop_i2c_init(struct flexcop_device * fc) flexcop_i2c_init() argument 272 flexcop_i2c_exit(struct flexcop_device * fc) flexcop_i2c_exit() argument [all...] |
H A D | flexcop-common.h | 50 struct flexcop_device *fc; member 104 int (*get_mac_addr) (struct flexcop_device *fc, int extended); 111 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len); 112 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no); 118 void flexcop_device_exit(struct flexcop_device *fc); 119 void flexcop_reset_block_300(struct flexcop_device *fc); 126 int flexcop_dma_control_timer_irq(struct flexcop_device *fc, 128 int flexcop_dma_config(struct flexcop_device *fc, struct flexcop_dma *dma, 130 int flexcop_dma_xfer_control(struct flexcop_device *fc, 133 int flexcop_dma_config_timer(struct flexcop_device *fc, [all...] |
H A D | flexcop-misc.c | 9 void flexcop_determine_revision(struct flexcop_device *fc) in flexcop_determine_revision() argument 11 flexcop_ibi_value v = fc->read_ibi_reg(fc,misc_204); in flexcop_determine_revision() 16 fc->rev = FLEXCOP_II; in flexcop_determine_revision() 20 fc->rev = FLEXCOP_IIB; in flexcop_determine_revision() 24 fc->rev = FLEXCOP_III; in flexcop_determine_revision() 32 if ((fc->has_32_hw_pid_filter = v.misc_204.Rev_N_sig_caps)) in flexcop_determine_revision() 65 void flexcop_device_name(struct flexcop_device *fc, in flexcop_device_name() argument 69 prefix, flexcop_device_names[fc->dev_type], in flexcop_device_name() 70 flexcop_bus_names[fc in flexcop_device_name() [all...] |
/linux/fs/ |
H A D | fs_context.c | 39 static int legacy_init_fs_context(struct fs_context *fc); 61 static int vfs_parse_sb_flag(struct fs_context *fc, const char *key) in vfs_parse_sb_flag() argument 67 fc->sb_flags |= token; in vfs_parse_sb_flag() 68 fc->sb_flags_mask |= token; in vfs_parse_sb_flag() 74 fc->sb_flags &= ~token; in vfs_parse_sb_flag() 75 fc->sb_flags_mask |= token; in vfs_parse_sb_flag() 84 * @fc: The filesystem context to modify 94 int vfs_parse_fs_param_source(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param_source() argument 100 return invalf(fc, "Non-string source"); in vfs_parse_fs_param_source() 102 if (fc in vfs_parse_fs_param_source() 127 vfs_parse_fs_param(struct fs_context * fc,struct fs_parameter * param) vfs_parse_fs_param() argument 170 vfs_parse_fs_string(struct fs_context * fc,const char * key,const char * value,size_t v_size) vfs_parse_fs_string() argument 206 vfs_parse_monolithic_sep(struct fs_context * fc,void * data,char * (* sep)(char **)) vfs_parse_monolithic_sep() argument 256 generic_parse_monolithic(struct fs_context * fc,void * data) generic_parse_monolithic() argument 282 struct fs_context *fc; alloc_fs_context() local 357 struct fs_context *fc; fs_context_for_submount() local 374 fc_drop_locked(struct fs_context * fc) fc_drop_locked() argument 390 struct fs_context *fc; vfs_dup_fs_context() local 492 put_fc_log(struct fs_context * fc) put_fc_log() argument 512 put_fs_context(struct fs_context * fc) put_fs_context() argument 540 legacy_fs_context_free(struct fs_context * fc) legacy_fs_context_free() argument 554 legacy_fs_context_dup(struct fs_context * fc,struct fs_context * src_fc) legacy_fs_context_dup() argument 580 legacy_parse_param(struct fs_context * fc,struct fs_parameter * param) legacy_parse_param() argument 638 legacy_parse_monolithic(struct fs_context * fc,void * data) legacy_parse_monolithic() argument 660 legacy_get_tree(struct fs_context * fc) legacy_get_tree() argument 681 legacy_reconfigure(struct fs_context * fc) legacy_reconfigure() argument 706 legacy_init_fs_context(struct fs_context * fc) legacy_init_fs_context() argument 715 parse_monolithic_mount_data(struct fs_context * fc,void * data) parse_monolithic_mount_data() argument 739 vfs_clean_context(struct fs_context * fc) vfs_clean_context() argument 756 finish_clean_context(struct fs_context * fc) finish_clean_context() argument [all...] |
/linux/drivers/isdn/hardware/mISDN/ |
H A D | avmfritz.c | 173 struct fritzcard *fc = p; in ReadISAC_V1() local 176 outb(idx, fc->addr + CHIP_INDEX); in ReadISAC_V1() 177 return inb(fc->addr + CHIP_WINDOW + (offset & 0xf)); in ReadISAC_V1() 183 struct fritzcard *fc = p; in WriteISAC_V1() local 186 outb(idx, fc->addr + CHIP_INDEX); in WriteISAC_V1() 187 outb(value, fc->addr + CHIP_WINDOW + (offset & 0xf)); in WriteISAC_V1() 193 struct fritzcard *fc = p; in ReadFiFoISAC_V1() local 195 outb(AVM_ISAC_FIFO, fc->addr + CHIP_INDEX); in ReadFiFoISAC_V1() 196 insb(fc->addr + CHIP_WINDOW, data, size); in ReadFiFoISAC_V1() 202 struct fritzcard *fc in WriteFiFoISAC_V1() local 211 struct fritzcard *fc = p; ReadISAC_V2() local 220 struct fritzcard *fc = p; WriteISAC_V2() local 229 struct fritzcard *fc = p; ReadFiFoISAC_V2() local 240 struct fritzcard *fc = p; WriteFiFoISAC_V2() local 249 Sel_BCS(struct fritzcard * fc,u32 channel) Sel_BCS() argument 262 __write_ctrl_pci(struct fritzcard * fc,struct hdlc_hw * hdlc,u32 channel) __write_ctrl_pci() argument 270 __write_ctrl_pciv2(struct fritzcard * fc,struct hdlc_hw * hdlc,u32 channel) __write_ctrl_pciv2() argument 277 struct fritzcard *fc = bch->hw; write_ctrl() local 310 read_status(struct fritzcard * fc,u32 channel) read_status() argument 323 enable_hwirq(struct fritzcard * fc) enable_hwirq() argument 330 disable_hwirq(struct fritzcard * fc) disable_hwirq() argument 339 struct fritzcard *fc = bch->hw; modehdlc() local 397 struct fritzcard *fc = bch->hw; hdlc_empty_fifo() local 439 struct fritzcard *fc = bch->hw; hdlc_fill_fifo() local 526 struct fritzcard *fc = bch->hw; HDLC_irq() local 597 HDLC_irq_main(struct fritzcard * fc) HDLC_irq_main() argument 623 struct fritzcard *fc = dev_id; avm_fritz_interrupt() local 650 struct fritzcard *fc = dev_id; avm_fritzv2_interrupt() local 684 struct fritzcard *fc = bch->hw; avm_l2l1B() local 726 inithdlc(struct fritzcard * fc) inithdlc() argument 733 clear_pending_hdlc_ints(struct fritzcard * fc) clear_pending_hdlc_ints() argument 744 reset_avm(struct fritzcard * fc) reset_avm() argument 776 init_card(struct fritzcard * fc) init_card() argument 840 struct fritzcard *fc = bch->hw; avm_bctrl() local 868 channel_ctrl(struct fritzcard * fc,struct mISDN_ctrl_req * cq) channel_ctrl() argument 896 open_bchannel(struct fritzcard * fc,struct channel_req * rq) open_bchannel() argument 920 struct fritzcard *fc = dch->hw; avm_dctrl() local 954 setup_fritz(struct fritzcard * fc) setup_fritz() argument [all...] |
/linux/drivers/md/ |
H A D | dm-flakey.c | 21 #define all_corrupt_bio_flags_match(bio, fc) \ argument 22 (((bio)->bi_opf & (fc)->corrupt_bio_flags) == (fc)->corrupt_bio_flags) 54 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features() argument 89 if (test_and_set_bit(ERROR_READS, &fc->flags)) { in parse_features() 100 if (test_and_set_bit(DROP_WRITES, &fc->flags)) { in parse_features() 103 } else if (test_bit(ERROR_WRITES, &fc->flags)) { in parse_features() 115 if (test_and_set_bit(ERROR_WRITES, &fc->flags)) { in parse_features() 119 } else if (test_bit(DROP_WRITES, &fc->flags)) { in parse_features() 131 if (fc in parse_features() 266 struct flakey_c *fc; flakey_ctr() local 339 struct flakey_c *fc = ti->private; flakey_dtr() local 347 struct flakey_c *fc = ti->private; flakey_map_sector() local 354 struct flakey_c *fc = ti->private; flakey_map_bio() local 388 corrupt_bio_data(struct bio * bio,struct flakey_c * fc,struct bvec_iter start) corrupt_bio_data() argument 428 clone_bio(struct dm_target * ti,struct flakey_c * fc,struct bio * bio) clone_bio() argument 495 struct flakey_c *fc = ti->private; flakey_map() local 576 struct flakey_c *fc = ti->private; flakey_end_io() local 607 struct flakey_c *fc = ti->private; flakey_status() local 658 struct flakey_c *fc = ti->private; flakey_prepare_ioctl() local 674 struct flakey_c *fc = ti->private; flakey_report_zones() local 686 struct flakey_c *fc = ti->private; flakey_iterate_devices() local [all...] |
/linux/drivers/dma-buf/ |
H A D | st-dma-fence-chain.c | 113 static int fence_chains_init(struct fence_chains *fc, unsigned int count, in fence_chains_init() argument 119 fc->chains = kvmalloc_array(count, sizeof(*fc->chains), in fence_chains_init() 121 if (!fc->chains) in fence_chains_init() 124 fc->fences = kvmalloc_array(count, sizeof(*fc->fences), in fence_chains_init() 126 if (!fc->fences) { in fence_chains_init() 131 fc->tail = NULL; in fence_chains_init() 133 fc->fences[i] = mock_fence(); in fence_chains_init() 134 if (!fc in fence_chains_init() 166 fence_chains_fini(struct fence_chains * fc) fence_chains_fini() argument 183 struct fence_chains fc; find_seqno() local 261 struct fence_chains fc; find_signaled() local 299 struct fence_chains fc; find_out_of_order() local 343 struct fence_chains fc; find_gap() local 390 struct fence_chains fc; global() member 498 struct fence_chains fc; signal_forward() local 530 struct fence_chains fc; signal_backward() local 563 struct fence_chains *fc = arg; __wait_fence_chains() local 573 struct fence_chains fc; wait_forward() local 602 struct fence_chains fc; wait_backward() local 629 randomise_fences(struct fence_chains * fc) randomise_fences() argument 647 struct fence_chains fc; wait_random() local [all...] |
/linux/drivers/platform/x86/lenovo/ |
H A D | yoga-tab2-pro-1380-fastcharger.c | 49 static int yt2_1380_fc_set_gpio_mode(struct yt2_1380_fc *fc, bool enable) in yt2_1380_fc_set_gpio_mode() argument 51 struct pinctrl_state *state = enable ? fc->gpio_state : fc->uart_state; in yt2_1380_fc_set_gpio_mode() 54 ret = pinctrl_select_state(fc->pinctrl, state); in yt2_1380_fc_set_gpio_mode() 56 dev_err(fc->dev, "Error %d setting pinctrl state\n", ret); in yt2_1380_fc_set_gpio_mode() 64 static bool yt2_1380_fc_dedicated_charger_connected(struct yt2_1380_fc *fc) in yt2_1380_fc_dedicated_charger_connected() argument 66 return extcon_get_state(fc->extcon, EXTCON_CHG_USB_DCP) > 0; in yt2_1380_fc_dedicated_charger_connected() 69 static bool yt2_1380_fc_fast_charger_connected(struct yt2_1380_fc *fc) in yt2_1380_fc_fast_charger_connected() argument 71 return extcon_get_state(fc->extcon, EXTCON_CHG_USB_FAST) > 0; in yt2_1380_fc_fast_charger_connected() 76 struct yt2_1380_fc *fc in yt2_1380_fc_worker() local 130 struct yt2_1380_fc *fc = container_of(nb, struct yt2_1380_fc, nb); yt2_1380_fc_extcon_evt() local 154 struct yt2_1380_fc *fc; yt2_1380_fc_serdev_probe() local [all...] |
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | definer.c | 115 #define HWS_CALC_HDR_SRC(fc, s_hdr) \ argument 117 (fc)->s_bit_mask = __mlx5_mask(fte_match_param, s_hdr); \ 118 (fc)->s_bit_off = __mlx5_dw_bit_off(fte_match_param, s_hdr); \ 119 (fc)->s_byte_off = MLX5_BYTE_OFF(fte_match_param, s_hdr); \ 122 #define HWS_CALC_HDR_DST(fc, d_hdr) \ argument 124 (fc)->bit_mask = __mlx5_mask(definer_hl, d_hdr); \ 125 (fc)->bit_off = __mlx5_dw_bit_off(definer_hl, d_hdr); \ 126 (fc)->byte_off = MLX5_BYTE_OFF(definer_hl, d_hdr); \ 129 #define HWS_CALC_HDR(fc, s_hdr, d_hdr) \ argument 131 HWS_CALC_HDR_SRC(fc, s_hd 156 struct mlx5hws_definer_fc *fc; global() member 374 hws_definer_ones_set(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_ones_set() argument 382 hws_definer_generic_set(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_generic_set() argument 393 hws_definer_outer_vlan_type_set(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_outer_vlan_type_set() argument 406 hws_definer_inner_vlan_type_set(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_inner_vlan_type_set() argument 419 hws_definer_second_vlan_type_set(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag,bool inner) hws_definer_second_vlan_type_set() argument 440 hws_definer_inner_second_vlan_type_set(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_inner_second_vlan_type_set() argument 448 hws_definer_outer_second_vlan_type_set(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_outer_second_vlan_type_set() argument 455 hws_definer_icmp_dw1_set(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_icmp_dw1_set() argument 468 hws_definer_icmpv6_dw1_set(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_icmpv6_dw1_set() argument 481 hws_definer_l3_type_set(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_l3_type_set() argument 496 hws_definer_set_source_port_gvmi(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag,struct mlx5hws_context * peer_ctx) hws_definer_set_source_port_gvmi() argument 517 hws_definer_set_source_gvmi_vhca_id(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_set_source_gvmi_vhca_id() argument 540 hws_definer_set_source_gvmi(struct mlx5hws_definer_fc * fc,void * match_param,u8 * tag) hws_definer_set_source_gvmi() argument 551 struct mlx5hws_definer_fc *fc; hws_definer_flex_parser_steering_ok_bits_handler() local 606 struct mlx5hws_definer_fc *fc; hws_definer_flex_parser_handler() local 725 struct mlx5hws_definer_fc *fc = cd->fc; hws_definer_conv_outer() local 902 struct mlx5hws_definer_fc *fc = cd->fc; hws_definer_conv_inner() local 1083 struct mlx5hws_definer_fc *fc = cd->fc; hws_definer_conv_misc() local 1280 struct mlx5hws_definer_fc *fc = cd->fc; hws_definer_conv_misc2() local 1353 struct mlx5hws_definer_fc *fc = cd->fc; hws_definer_conv_misc3() local 1586 struct mlx5hws_definer_fc *fc; hws_definer_conv_misc4() local 1633 struct mlx5hws_definer_fc *fc = cd->fc; hws_definer_conv_misc5() local 1668 hws_definer_get_fc_size(struct mlx5hws_definer_fc * fc) hws_definer_get_fc_size() argument 1684 hws_definer_alloc_compressed_fc(struct mlx5hws_definer_fc * fc) hws_definer_alloc_compressed_fc() argument 1711 hws_definer_set_hl(u8 * hl,struct mlx5hws_definer_fc * fc) hws_definer_set_hl() argument 1731 struct mlx5hws_definer_fc *fc; hws_definer_alloc_fc() local 1750 struct mlx5hws_definer_fc *fc; hws_definer_conv_match_params_to_hl() local 1842 struct mlx5hws_definer_fc *fc; mlx5hws_definer_conv_match_params_to_compressed_fc() local 1944 hws_definer_fc_bind(struct mlx5hws_definer * definer,struct mlx5hws_definer_fc * fc,u32 fc_sz) hws_definer_fc_bind() argument 2106 hws_definer_create_tag_mask(u32 * match_param,struct mlx5hws_definer_fc * fc,u32 fc_sz,u8 * tag) hws_definer_create_tag_mask() argument 2122 mlx5hws_definer_create_tag(u32 * match_param,struct mlx5hws_definer_fc * fc,u32 fc_sz,u8 * tag) mlx5hws_definer_create_tag() argument 2296 hws_definer_alloc(struct mlx5hws_context * ctx,struct mlx5hws_definer_fc * fc,int fc_sz,u32 * match_param,struct mlx5hws_definer * layout,bool bind_fc) hws_definer_alloc() argument [all...] |
/linux/fs/fuse/ |
H A D | control.c | 26 struct fuse_conn *fc; in fuse_ctl_file_conn_get() local 28 fc = file_inode(file)->i_private; in fuse_ctl_file_conn_get() 29 if (fc) in fuse_ctl_file_conn_get() 30 fc = fuse_conn_get(fc); in fuse_ctl_file_conn_get() 32 return fc; in fuse_ctl_file_conn_get() 38 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_abort_write() local 39 if (fc) { in fuse_conn_abort_write() 40 if (fc->abort_err) in fuse_conn_abort_write() 41 fc in fuse_conn_abort_write() 56 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); fuse_conn_waiting_read() local 107 struct fuse_conn *fc; fuse_conn_max_background_read() local 130 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); fuse_conn_max_background_write() local 149 struct fuse_conn *fc; fuse_conn_congestion_threshold_read() local 167 struct fuse_conn *fc; fuse_conn_congestion_threshold_write() local 207 fuse_ctl_add_dentry(struct dentry * parent,struct fuse_conn * fc,const char * name,int mode,int nlink,const struct inode_operations * iop,const struct file_operations * fop) fuse_ctl_add_dentry() argument 246 fuse_ctl_add_conn(struct fuse_conn * fc) fuse_ctl_add_conn() argument 290 fuse_ctl_remove_conn(struct fuse_conn * fc) fuse_ctl_remove_conn() argument 309 struct fuse_conn *fc; fuse_ctl_fill_super() local [all...] |
H A D | inode.c | 148 static void fuse_cleanup_submount_lookup(struct fuse_conn *fc, in fuse_cleanup_submount_lookup() argument 154 fuse_queue_forget(fc, sl->forget, sl->nodeid, 1); in fuse_cleanup_submount_lookup() 172 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_evict_inode() local 177 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode() 183 fuse_cleanup_submount_lookup(fc, fi->submount_lookup); in fuse_evict_inode() 193 atomic64_inc(&fc->evict_ctr); in fuse_evict_inode() 230 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes_common() local 246 if (!evict_ctr || fi->attr_version || evict_ctr == fuse_get_evict_ctr(fc)) in fuse_change_attributes_common() 249 fi->attr_version = atomic64_inc_return(&fc->attr_version); in fuse_change_attributes_common() 255 inode->i_uid = make_kuid(fc in fuse_change_attributes_common() 321 struct fuse_conn *fc = get_fuse_conn(inode); fuse_get_cache_mask() local 333 struct fuse_conn *fc = get_fuse_conn(inode); fuse_change_attributes_i() local 422 fuse_init_inode(struct inode * inode,struct fuse_attr * attr,struct fuse_conn * fc) fuse_init_inode() argument 473 struct fuse_conn *fc = get_fuse_conn_super(sb); fuse_iget() local 535 fuse_ilookup(struct fuse_conn * fc,u64 nodeid,struct fuse_mount ** fm) fuse_ilookup() argument 557 fuse_reverse_inval_inode(struct fuse_conn * fc,u64 nodeid,loff_t offset,loff_t len) fuse_reverse_inval_inode() argument 609 struct fuse_conn *fc = get_fuse_conn_super(sb); fuse_umount_begin() local 686 fuse_sync_fs_writes(struct fuse_conn * fc) fuse_sync_fs_writes() argument 727 struct fuse_conn *fc = fm->fc; fuse_sync_fs() local 905 struct fuse_conn *fc = get_fuse_conn_super(sb); fuse_show_options() local 959 fuse_conn_init(struct fuse_conn * fc,struct fuse_mount * fm,struct user_namespace * user_ns,const struct fuse_iqueue_ops * fiq_ops,void * fiq_priv) fuse_conn_init() argument 1004 struct fuse_conn *fc = container_of(p, struct fuse_conn, rcu); delayed_release() local 1012 fuse_conn_put(struct fuse_conn * fc) fuse_conn_put() argument 1037 fuse_conn_get(struct fuse_conn * fc) fuse_conn_get() argument 1063 struct fuse_conn *fc = get_fuse_conn_super(sb); fuse_get_dentry() local 1171 struct fuse_conn *fc = get_fuse_conn(child_inode); fuse_get_parent() local 1245 process_init_limits(struct fuse_conn * fc,struct fuse_init_out * arg) process_init_limits() argument 1272 set_request_timeout(struct fuse_conn * fc,unsigned int timeout) set_request_timeout() argument 1280 init_server_timeout(struct fuse_conn * fc,unsigned int timeout) init_server_timeout() argument 1309 struct fuse_conn *fc = fm->fc; process_init_reply() local 1538 fuse_free_conn(struct fuse_conn * fc) fuse_free_conn() argument 1545 fuse_bdi_init(struct fuse_conn * fc,struct super_block * sb) fuse_bdi_init() argument 1607 fuse_dev_install(struct fuse_dev * fud,struct fuse_conn * fc) fuse_dev_install() argument 1616 fuse_dev_alloc_install(struct fuse_conn * fc) fuse_dev_alloc_install() argument 1631 struct fuse_conn *fc = fud->fc; fuse_dev_free() local 1748 struct fuse_conn *fc = get_fuse_conn(&mp_fi->inode); fuse_get_tree_submount() local 1796 struct fuse_conn *fc = fm->fc; fuse_fill_super_common() local 1938 struct fuse_conn *fc; fuse_get_tree() local 2031 struct fuse_conn *fc = fm->fc; fuse_mount_remove() local 2046 struct fuse_conn *fc = fm->fc; fuse_conn_destroy() local [all...] |
H A D | dev.c | 39 bool fuse_request_expired(struct fuse_conn *fc, struct list_head *list) in fuse_request_expired() argument 46 return time_is_before_jiffies(req->create_time + fc->timeout.req_timeout); in fuse_request_expired() 49 static bool fuse_fpq_processing_expired(struct fuse_conn *fc, struct list_head *processing) in fuse_fpq_processing_expired() argument 54 if (fuse_request_expired(fc, &processing[i])) in fuse_fpq_processing_expired() 77 struct fuse_conn *fc = container_of(dwork, struct fuse_conn, in fuse_check_timeout() local 79 struct fuse_iqueue *fiq = &fc->iq; in fuse_check_timeout() 84 if (!atomic_read(&fc->num_waiting)) in fuse_check_timeout() 88 expired = fuse_request_expired(fc, &fiq->pending); in fuse_check_timeout() 93 spin_lock(&fc->bg_lock); in fuse_check_timeout() 94 expired = fuse_request_expired(fc, in fuse_check_timeout() 166 fuse_set_initialized(struct fuse_conn * fc) fuse_set_initialized() argument 173 fuse_block_alloc(struct fuse_conn * fc,bool for_background) fuse_block_alloc() argument 179 fuse_drop_waiting(struct fuse_conn * fc) fuse_drop_waiting() argument 199 struct fuse_conn *fc = fm->fc; fuse_get_req() local 268 struct fuse_conn *fc = req->fm->fc; fuse_put_request() local 404 fuse_queue_forget(struct fuse_conn * fc,struct fuse_forget_link * forget,u64 nodeid,u64 nlookup) fuse_queue_forget() argument 415 flush_bg_queue(struct fuse_conn * fc) flush_bg_queue() argument 441 struct fuse_conn *fc = fm->fc; fuse_request_end() local 526 struct fuse_conn *fc = req->fm->fc; request_wait_answer() local 584 fuse_adjust_compat(struct fuse_conn * fc,struct fuse_args * args) fuse_adjust_compat() argument 619 struct fuse_conn *fc = req->fm->fc; fuse_force_creds() local 647 struct fuse_conn *fc = fm->fc; __fuse_simple_request() local 685 fuse_request_queue_background_uring(struct fuse_conn * fc,struct fuse_req * req) fuse_request_queue_background_uring() argument 705 struct fuse_conn *fc = fm->fc; fuse_request_queue_background() local 1362 fuse_read_forget(struct fuse_conn * fc,struct fuse_iqueue * fiq,struct fuse_copy_state * cs,size_t nbytes) fuse_read_forget() argument 1386 struct fuse_conn *fc = fud->fc; fuse_dev_do_read() local 1599 fuse_notify_poll(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_poll() argument 1620 fuse_notify_inval_inode(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_inval_inode() argument 1645 fuse_notify_inval_entry(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_inval_entry() argument 1694 fuse_notify_delete(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_delete() argument 1743 fuse_notify_store(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_store() argument 1858 struct fuse_conn *fc = fm->fc; fuse_retrieve() local 1934 fuse_notify_retrieve(struct fuse_conn * fc,unsigned int size,struct fuse_copy_state * cs) fuse_notify_retrieve() argument 1984 fuse_resend(struct fuse_conn * fc) fuse_resend() argument 2028 fuse_notify_resend(struct fuse_conn * fc) fuse_notify_resend() argument 2040 fuse_notify_inc_epoch(struct fuse_conn * fc) fuse_notify_inc_epoch() argument 2047 fuse_notify(struct fuse_conn * fc,enum fuse_notify_code code,unsigned int size,struct fuse_copy_state * cs) fuse_notify() argument 2136 struct fuse_conn *fc = fud->fc; fuse_dev_do_write() local 2373 end_polls(struct fuse_conn * fc) end_polls() argument 2406 fuse_abort_conn(struct fuse_conn * fc) fuse_abort_conn() argument 2480 fuse_wait_aborted(struct fuse_conn * fc) fuse_wait_aborted() argument 2494 struct fuse_conn *fc = fud->fc; fuse_dev_release() local 2529 fuse_device_clone(struct fuse_conn * fc,struct file * new) fuse_device_clone() argument [all...] |
H A D | acl.c | 14 static struct posix_acl *__fuse_get_acl(struct fuse_conn *fc, in __fuse_get_acl() argument 28 if (fc->no_getxattr) in __fuse_get_acl() 43 acl = posix_acl_from_xattr(fc->user_ns, value, size); in __fuse_get_acl() 45 (size == -EOPNOTSUPP && fc->no_getxattr)) in __fuse_get_acl() 56 static inline bool fuse_no_acl(const struct fuse_conn *fc, in fuse_no_acl() argument 64 return !fc->posix_acl && (i_user_ns(inode) != &init_user_ns); in fuse_no_acl() 71 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_get_acl() local 73 if (fuse_no_acl(fc, inode)) in fuse_get_acl() 76 return __fuse_get_acl(fc, inode, type, false); in fuse_get_acl() 81 struct fuse_conn *fc in fuse_get_inode_acl() local 99 struct fuse_conn *fc = get_fuse_conn(inode); fuse_set_acl() local [all...] |
H A D | dev_uring_i.h | 110 struct fuse_conn *fc; member 139 void fuse_uring_destruct(struct fuse_conn *fc); 146 bool fuse_uring_request_expired(struct fuse_conn *fc); 148 static inline void fuse_uring_abort(struct fuse_conn *fc) in fuse_uring_abort() argument 150 struct fuse_ring *ring = fc->ring; in fuse_uring_abort() 161 static inline void fuse_uring_wait_stopped_queues(struct fuse_conn *fc) in fuse_uring_wait_stopped_queues() argument 163 struct fuse_ring *ring = fc->ring; in fuse_uring_wait_stopped_queues() 170 static inline bool fuse_uring_ready(struct fuse_conn *fc) in fuse_uring_ready() argument 172 return fc->ring && fc in fuse_uring_ready() 177 fuse_uring_destruct(struct fuse_conn * fc) fuse_uring_destruct() argument 186 fuse_uring_abort(struct fuse_conn * fc) fuse_uring_abort() argument 190 fuse_uring_wait_stopped_queues(struct fuse_conn * fc) fuse_uring_wait_stopped_queues() argument 194 fuse_uring_ready(struct fuse_conn * fc) fuse_uring_ready() argument 204 fuse_uring_request_expired(struct fuse_conn * fc) fuse_uring_request_expired() argument [all...] |
/linux/drivers/mtd/ |
H A D | mtdsuper.c | 25 static int mtd_get_sb(struct fs_context *fc, in mtd_get_sb() argument 33 sb = sget_dev(fc, MKDEV(MTD_BLOCK_MAJOR, mtd->index)); in mtd_get_sb() 57 ret = fill_super(sb, fc); in mtd_get_sb() 64 BUG_ON(fc->root); in mtd_get_sb() 65 fc->root = dget(sb->s_root); in mtd_get_sb() 76 static int mtd_get_sb_by_nr(struct fs_context *fc, int mtdnr, in mtd_get_sb_by_nr() argument 84 errorf(fc, "MTDSB: Device #%u doesn't appear to exist\n", mtdnr); in mtd_get_sb_by_nr() 88 return mtd_get_sb(fc, mtd, fill_super); in mtd_get_sb_by_nr() 93 * @fc: The filesystem context holding the parameters 96 int get_tree_mtd(struct fs_context *fc, in get_tree_mtd() argument [all...] |
/linux/include/linux/ |
H A D | fs_context.h | 116 void (*free)(struct fs_context *fc); 117 int (*dup)(struct fs_context *fc, struct fs_context *src_fc); 118 int (*parse_param)(struct fs_context *fc, struct fs_parameter *param); 119 int (*parse_monolithic)(struct fs_context *fc, void *data); 120 int (*get_tree)(struct fs_context *fc); 121 int (*reconfigure)(struct fs_context *fc); 135 extern struct fs_context *vfs_dup_fs_context(struct fs_context *fc); 136 extern int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param); 137 extern int vfs_parse_fs_string(struct fs_context *fc, const char *key, 139 int vfs_parse_monolithic_sep(struct fs_context *fc, voi 189 __logfc(fc,l,fmt,...) global() argument 201 infof(fc,fmt,...) global() argument 203 infofc(fc,fmt,...) global() argument 213 warnf(fc,fmt,...) global() argument 215 warnfc(fc,fmt,...) global() argument 225 errorf(fc,fmt,...) global() argument 227 errorfc(fc,fmt,...) global() argument 237 invalf(fc,fmt,...) global() argument 239 invalfc(fc,fmt,...) global() argument [all...] |
/linux/drivers/media/pci/b2c2/ |
H A D | flexcop-dma.c | 42 int flexcop_dma_config(struct flexcop_device *fc, in flexcop_dma_config() argument 54 fc->write_ibi_reg(fc, dma1_000, v0x0); in flexcop_dma_config() 55 fc->write_ibi_reg(fc, dma1_004, v0x4); in flexcop_dma_config() 56 fc->write_ibi_reg(fc, dma1_00c, v0xc); in flexcop_dma_config() 58 fc->write_ibi_reg(fc, dma2_010, v0x0); in flexcop_dma_config() 59 fc in flexcop_dma_config() 72 flexcop_dma_xfer_control(struct flexcop_device * fc,flexcop_dma_index_t dma_idx,flexcop_dma_addr_index_t index,int onoff) flexcop_dma_xfer_control() argument 113 flexcop_dma_remap(struct flexcop_device * fc,flexcop_dma_index_t dma_idx,int onoff) flexcop_dma_remap() argument 126 flexcop_dma_control_timer_irq(struct flexcop_device * fc,flexcop_dma_index_t no,int onoff) flexcop_dma_control_timer_irq() argument 144 flexcop_dma_config_timer(struct flexcop_device * fc,flexcop_dma_index_t dma_idx,u8 cycles) flexcop_dma_config_timer() argument [all...] |
H A D | flexcop-pci.c | 76 static flexcop_ibi_value flexcop_pci_read_ibi_reg(struct flexcop_device *fc, in flexcop_pci_read_ibi_reg() argument 79 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_read_ibi_reg() 91 static int flexcop_pci_write_ibi_reg(struct flexcop_device *fc, in flexcop_pci_write_ibi_reg() argument 94 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_write_ibi_reg() 109 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_irq_check_work() local 111 if (fc->feedcount) { in flexcop_pci_irq_check_work() 119 spin_lock_irq(&fc->demux.lock); in flexcop_pci_irq_check_work() 120 list_for_each_entry(feed, &fc->demux.feed_list, in flexcop_pci_irq_check_work() 122 flexcop_pid_feed_control(fc, feed, 0); in flexcop_pci_irq_check_work() 125 list_for_each_entry(feed, &fc in flexcop_pci_irq_check_work() 149 struct flexcop_device *fc = fc_pci->fc_dev; flexcop_pci_isr() local 235 flexcop_pci_stream_control(struct flexcop_device * fc,int onoff) flexcop_pci_stream_control() argument 346 struct flexcop_device *fc; flexcop_pci_probe() local [all...] |
/linux/drivers/scsi/esas2r/ |
H A D | esas2r_flash.c | 137 struct esas2r_flash_context *fc = in esas2r_fmapi_callback() local 144 if (fc->sgc.cur_offset == NULL) in esas2r_fmapi_callback() 155 rq->interrupt_cb = fc->interrupt_cb; in esas2r_fmapi_callback() 169 (*fc->interrupt_cb)(a, rq); in esas2r_fmapi_callback() 179 struct esas2r_flash_context *fc = in build_flash_msg() local 181 struct esas2r_sg_context *sgc = &fc->sgc; in build_flash_msg() 185 if (fc->func == VDA_FLASH_BEGINW) { in build_flash_msg() 192 rq->interrupt_cb = fc->interrupt_cb; in build_flash_msg() 196 fc->func, in build_flash_msg() 198 fc in build_flash_msg() 305 struct esas2r_flash_context *fc = complete_fmapi_req() local 326 struct esas2r_flash_context *fc = fw_download_proc() local 664 calc_fi_checksum(struct esas2r_flash_context * fc) calc_fi_checksum() argument 693 verify_fi(struct esas2r_adapter * a,struct esas2r_flash_context * fc) verify_fi() argument 1393 struct esas2r_flash_context *fc = &a->flash_context; esas2r_fm_api() local [all...] |
/linux/fs/proc/ |
H A D | root.c | 58 static int proc_parse_hidepid_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_hidepid_param() argument 60 struct proc_fs_context *ctx = fc->fs_private; in proc_parse_hidepid_param() 66 return invalf(fc, "proc: unexpected type of hidepid value\n"); in proc_parse_hidepid_param() 70 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string); in proc_parse_hidepid_param() 84 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string); in proc_parse_hidepid_param() 89 static int proc_parse_subset_param(struct fs_context *fc, char *value) in proc_parse_subset_param() argument 91 struct proc_fs_context *ctx = fc->fs_private; in proc_parse_subset_param() 103 return invalf(fc, "proc: unsupported subset option - %s\n", value); in proc_parse_subset_param() 112 static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_param() argument 114 struct proc_fs_context *ctx = fc in proc_parse_param() 146 proc_apply_options(struct proc_fs_info * fs_info,struct fs_context * fc,struct user_namespace * user_ns) proc_apply_options() argument 159 proc_fill_super(struct super_block * s,struct fs_context * fc) proc_fill_super() argument 213 proc_reconfigure(struct fs_context * fc) proc_reconfigure() argument 224 proc_get_tree(struct fs_context * fc) proc_get_tree() argument 229 proc_fs_context_free(struct fs_context * fc) proc_fs_context_free() argument 244 proc_init_fs_context(struct fs_context * fc) proc_init_fs_context() argument [all...] |
/linux/fs/sysfs/ |
H A D | mount.c | 26 static int sysfs_get_tree(struct fs_context *fc) in sysfs_get_tree() argument 28 struct kernfs_fs_context *kfc = fc->fs_private; in sysfs_get_tree() 31 ret = kernfs_get_tree(fc); in sysfs_get_tree() 36 fc->root->d_sb->s_iflags |= SB_I_USERNS_VISIBLE; in sysfs_get_tree() 40 static void sysfs_fs_context_free(struct fs_context *fc) in sysfs_fs_context_free() argument 42 struct kernfs_fs_context *kfc = fc->fs_private; in sysfs_fs_context_free() 46 kernfs_free_fs_context(fc); in sysfs_fs_context_free() 55 static int sysfs_init_fs_context(struct fs_context *fc) in sysfs_init_fs_context() argument 60 if (!(fc->sb_flags & SB_KERNMOUNT)) { in sysfs_init_fs_context() 72 fc in sysfs_init_fs_context() [all...] |
/linux/fs/nfs/ |
H A D | fs_context.c | 360 static int nfs_validate_transport_protocol(struct fs_context *fc, in nfs_validate_transport_protocol() argument 386 return nfs_invalf(fc, "NFS: Unsupported transport protocol udp"); in nfs_validate_transport_protocol() 388 return nfs_invalf(fc, "NFS: Transport does not support xprtsec"); in nfs_validate_transport_protocol() 414 static int nfs_auth_info_add(struct fs_context *fc, in nfs_auth_info_add() argument 428 return nfs_invalf(fc, "NFS: too many sec= flavors"); in nfs_auth_info_add() 437 static int nfs_parse_security_flavors(struct fs_context *fc, in nfs_parse_security_flavors() argument 440 struct nfs_fs_context *ctx = nfs_fc2context(fc); in nfs_parse_security_flavors() 485 return nfs_invalf(fc, "NFS: sec=%s option not recognized", p); in nfs_parse_security_flavors() 488 ret = nfs_auth_info_add(fc, &ctx->auth_info, pseudoflavor); in nfs_parse_security_flavors() 496 static int nfs_parse_xprtsec_policy(struct fs_context *fc, in nfs_parse_xprtsec_policy() argument 519 nfs_parse_version_string(struct fs_context * fc,const char * string) nfs_parse_version_string() argument 587 nfs_fs_context_parse_param(struct fs_context * fc,struct fs_parameter * param) nfs_fs_context_parse_param() argument 1064 nfs_parse_source(struct fs_context * fc,size_t maxnamlen,size_t maxpathlen) nfs_parse_source() argument 1129 is_remount_fc(struct fs_context * fc) is_remount_fc() argument 1150 nfs23_parse_monolithic(struct fs_context * fc,struct nfs_mount_data * data) nfs23_parse_monolithic() argument 1385 nfs4_parse_monolithic(struct fs_context * fc,struct nfs4_mount_data * data) nfs4_parse_monolithic() argument 1482 nfs_fs_context_parse_monolithic(struct fs_context * fc,void * data) nfs_fs_context_parse_monolithic() argument 1499 nfs_fs_context_validate(struct fs_context * fc) nfs_fs_context_validate() argument 1612 nfs_get_tree(struct fs_context * fc) nfs_get_tree() argument 1631 nfs_fs_context_dup(struct fs_context * fc,struct fs_context * src_fc) nfs_fs_context_dup() argument 1657 nfs_fs_context_free(struct fs_context * fc) nfs_fs_context_free() argument 1691 nfs_init_fs_context(struct fs_context * fc) nfs_init_fs_context() argument [all...] |