/linux-3.4.99/fs/ocfs2/ |
D | uptodate.c | 72 u64 ocfs2_metadata_cache_owner(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_owner() 79 struct super_block *ocfs2_metadata_cache_get_super(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_get_super() 86 static void ocfs2_metadata_cache_lock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_lock() 93 static void ocfs2_metadata_cache_unlock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_unlock() 100 void ocfs2_metadata_cache_io_lock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_io_lock() 107 void ocfs2_metadata_cache_io_unlock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_io_unlock() 115 static void ocfs2_metadata_cache_reset(struct ocfs2_caching_info *ci, in ocfs2_metadata_cache_reset() 127 void ocfs2_metadata_cache_init(struct ocfs2_caching_info *ci, in ocfs2_metadata_cache_init() 136 void ocfs2_metadata_cache_exit(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_exit() 171 void ocfs2_metadata_cache_purge(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_purge() [all …]
|
D | refcounttree.c | 75 cache_info_to_refcount(struct ocfs2_caching_info *ci) in cache_info_to_refcount() 133 static int ocfs2_read_refcount_block(struct ocfs2_caching_info *ci, in ocfs2_read_refcount_block() 150 static u64 ocfs2_refcount_cache_owner(struct ocfs2_caching_info *ci) in ocfs2_refcount_cache_owner() 158 ocfs2_refcount_cache_get_super(struct ocfs2_caching_info *ci) in ocfs2_refcount_cache_get_super() 165 static void ocfs2_refcount_cache_lock(struct ocfs2_caching_info *ci) in ocfs2_refcount_cache_lock() 172 static void ocfs2_refcount_cache_unlock(struct ocfs2_caching_info *ci) in ocfs2_refcount_cache_unlock() 179 static void ocfs2_refcount_cache_io_lock(struct ocfs2_caching_info *ci) in ocfs2_refcount_cache_io_lock() 186 static void ocfs2_refcount_cache_io_unlock(struct ocfs2_caching_info *ci) in ocfs2_refcount_cache_io_unlock() 879 static void ocfs2_find_refcount_rec_in_rl(struct ocfs2_caching_info *ci, in ocfs2_find_refcount_rec_in_rl() 961 static int ocfs2_get_refcount_cpos_end(struct ocfs2_caching_info *ci, in ocfs2_get_refcount_cpos_end() [all …]
|
D | inode.c | 1397 static u64 ocfs2_inode_cache_owner(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_owner() 1404 static struct super_block *ocfs2_inode_cache_get_super(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_get_super() 1411 static void ocfs2_inode_cache_lock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_lock() 1418 static void ocfs2_inode_cache_unlock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_unlock() 1425 static void ocfs2_inode_cache_io_lock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_io_lock() 1432 static void ocfs2_inode_cache_io_unlock(struct ocfs2_caching_info *ci) in ocfs2_inode_cache_io_unlock()
|
D | buffer_head_io.c | 54 struct ocfs2_caching_info *ci) in ocfs2_write_block() 176 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr, in ocfs2_read_blocks()
|
D | journal.c | 604 struct ocfs2_caching_info *ci, in __ocfs2_journal_access() 663 int ocfs2_journal_access_di(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_di() 669 int ocfs2_journal_access_eb(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_eb() 675 int ocfs2_journal_access_rb(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_rb() 682 int ocfs2_journal_access_gd(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_gd() 688 int ocfs2_journal_access_db(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_db() 694 int ocfs2_journal_access_xb(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_xb() 700 int ocfs2_journal_access_dq(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_dq() 706 int ocfs2_journal_access_dr(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_dr() 712 int ocfs2_journal_access_dl(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_dl() [all …]
|
/linux-3.4.99/drivers/staging/media/cxd2099/ |
D | cxd2099.c | 118 static int read_block(struct cxd *ci, u8 adr, u8 *data, u8 n) in read_block() 130 static int read_reg(struct cxd *ci, u8 reg, u8 *val) in read_reg() 136 static int read_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in read_pccard() 147 static int write_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in write_pccard() 161 static int read_io(struct cxd *ci, u16 address, u8 *val) in read_io() 172 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io() 211 static int write_regm(struct cxd *ci, u8 reg, u8 val, u8 mask) in write_regm() 228 static int write_reg(struct cxd *ci, u8 reg, u8 val) in write_reg() 234 static int write_block(struct cxd *ci, u8 adr, u8 *data, int n) in write_block() 249 static void set_mode(struct cxd *ci, int mode) in set_mode() [all …]
|
/linux-3.4.99/drivers/staging/cxt1e1/ |
D | pmcc4_drv.c | 114 ci_t *ci; in c4_find_chan() local 136 ci_t *ci; in c4_new() local 196 checkPorts (ci_t * ci) in checkPorts() 462 c4_watchdog (ci_t * ci) in c4_watchdog() 479 ci_t *ci, *next; in c4_cleanup() local 515 c4_get_portcfg (ci_t * ci) in c4_get_portcfg() 539 c4_init (ci_t * ci, u_char *func0, u_char *func1) in c4_init() 673 c4_init2 (ci_t * ci) in c4_init2() 701 c4_loop_port (ci_t * ci, int portnum, u_int8_t cmd) in c4_loop_port() 760 c4_frame_rw (ci_t * ci, struct sbecom_port_param * pp) in c4_frame_rw() [all …]
|
D | sbeproc.c | 41 sbecom_proc_brd_cleanup (ci_t * ci) in sbecom_proc_brd_cleanup() 58 ci_t *ci = (ci_t *) priv; in sbecom_proc_get_sbe_info() local 312 sbecom_proc_brd_init (ci_t * ci) in sbecom_proc_brd_init() 344 sbecom_proc_brd_cleanup (ci_t * ci) in sbecom_proc_brd_cleanup() 349 sbecom_proc_brd_init (ci_t * ci) in sbecom_proc_brd_init()
|
D | sbeid.c | 30 sbeid_get_bdname (ci_t * ci) in sbeid_get_bdname() 76 sbeid_set_hdwbid (ci_t * ci) in sbeid_set_hdwbid() 173 sbeid_set_bdtype (ci_t * ci) in sbeid_set_bdtype()
|
D | comet.c | 68 init_comet (void *ci, comet_t * comet, u_int32_t port_mode, int clockmaster, in init_comet() 385 WrtXmtWaveform (ci_t * ci, comet_t * comet, u_int32_t sample, u_int32_t unit, u_int8_t data) in WrtXmtWaveform() 403 WrtXmtWaveformTbl (ci_t * ci, comet_t * comet, in WrtXmtWaveformTbl() 430 WrtRcvEqualizerTbl (ci_t * ci, comet_t * comet, u_int32_t *table) in WrtRcvEqualizerTbl()
|
D | linux.c | 420 create_chan (struct net_device * ndev, ci_t * ci, in create_chan() 516 ci_t *ci; /* ci stands for card information */ in do_get_port() local 540 ci_t *ci; /* ci stands for card information */ in do_set_port() local 563 ci_t *ci; in do_port_loop() local 578 ci_t *ci; in do_framer_rw() local 599 ci_t *ci; in do_pld_rw() local 620 ci_t *ci; in do_musycc_rw() local 659 ci_t *ci; in do_set_chan() local 678 ci_t *ci; in do_create_chan() local 741 ci_t *ci; in do_deluser() local [all …]
|
D | musycc.c | 44 #define sd_find_chan(ci,ch) c4_find_chan(ch) argument 223 musycc_dump_ring (ci_t * ci, unsigned int chan) in musycc_dump_ring() 269 musycc_dump_rings (ci_t * ci, unsigned int start_chan) in musycc_dump_rings() 787 musycc_init (ci_t * ci) in musycc_init() 1174 ci_t *ci = (ci_t *) devp; in musycc_intr_th_handler() local 1323 musycc_intr_bh_tasklet (ci_t * ci) in musycc_intr_bh_tasklet() 1721 musycc_del_chan (ci_t * ci, int channum) in musycc_del_chan() 1737 musycc_del_chan_stats (ci_t * ci, int channum) in musycc_del_chan_stats() 1752 musycc_start_xmit (ci_t * ci, int channum, void *mem_token) in musycc_start_xmit()
|
D | functions.c | 100 pci_flush_write (ci_t * ci) in pci_flush_write() 137 ci_t *ci = (ci_t *) c; in OS_init_watchdog() local 282 VMETRO_TRIGGER (ci_t * ci, int x) in VMETRO_TRIGGER()
|
/linux-3.4.99/fs/ceph/ |
D | caps.c | 314 static struct ceph_cap *__get_cap_for_mds(struct ceph_inode_info *ci, int mds) in __get_cap_for_mds() 331 struct ceph_cap *ceph_get_cap_for_mds(struct ceph_inode_info *ci, int mds) in ceph_get_cap_for_mds() 344 static int __ceph_get_cap_mds(struct ceph_inode_info *ci) in __ceph_get_cap_mds() 364 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_get_cap_mds() local 375 static void __insert_cap_node(struct ceph_inode_info *ci, in __insert_cap_node() 402 struct ceph_inode_info *ci) in __cap_set_timeouts() 423 struct ceph_inode_info *ci) in __cap_delay_requeue() 447 struct ceph_inode_info *ci) in __cap_delay_requeue_front() 464 struct ceph_inode_info *ci) in __cap_delay_cancel() 477 static void __check_cap_issue(struct ceph_inode_info *ci, struct ceph_cap *cap, in __check_cap_issue() [all …]
|
D | xattr.c | 37 static size_t ceph_vxattrcb_dir_entries(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_entries() 43 static size_t ceph_vxattrcb_dir_files(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_files() 49 static size_t ceph_vxattrcb_dir_subdirs(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_subdirs() 55 static size_t ceph_vxattrcb_dir_rentries(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_rentries() 61 static size_t ceph_vxattrcb_dir_rfiles(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_rfiles() 67 static size_t ceph_vxattrcb_dir_rsubdirs(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_rsubdirs() 73 static size_t ceph_vxattrcb_dir_rbytes(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_rbytes() 79 static size_t ceph_vxattrcb_dir_rctime(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_rctime() 111 static size_t ceph_vxattrcb_file_layout(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_file_layout() 211 static int __set_xattr(struct ceph_inode_info *ci, in __set_xattr() [all …]
|
D | inode.c | 74 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_get_snapdir() local 111 static struct ceph_inode_frag *__get_or_create_frag(struct ceph_inode_info *ci, in __get_or_create_frag() 155 struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, u32 f) in __ceph_find_frag() 178 u32 ceph_choose_frag(struct ceph_inode_info *ci, u32 v, in ceph_choose_frag() 231 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fill_dirfrag() local 291 struct ceph_inode_info *ci; in ceph_alloc_inode() local 385 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_i_callback() local 392 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_destroy_inode() local 444 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fill_file_size() local 487 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fill_file_time() local [all …]
|
D | ioctl.c | 19 struct ceph_inode_info *ci = ceph_inode(file->f_dentry->d_inode); in ceph_ioctl_get_layout() local 45 struct ceph_inode_info *ci = ceph_inode(file->f_dentry->d_inode); in ceph_ioctl_set_layout() local 190 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_ioctl_get_dataloc() local 241 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_ioctl_lazyio() local
|
D | file.c | 120 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_open() local 270 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_release() local 301 struct ceph_inode_info *ci = ceph_inode(inode); in striped_read() local 442 struct ceph_inode_info *ci = ceph_inode(req->r_inode); in sync_write_commit() local 463 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_sync_write() local 634 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_aio_read() local 704 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_aio_write() local
|
D | addr.c | 72 struct ceph_inode_info *ci; in ceph_set_page_dirty() local 149 struct ceph_inode_info *ci; in ceph_invalidatepage() local 199 struct ceph_inode_info *ci = ceph_inode(inode); in readpage_nounlock() local 290 struct ceph_inode_info *ci = ceph_inode(inode); in start_read() local 406 struct ceph_inode_info *ci = ceph_inode(inode); in get_oldest_context() local 439 struct ceph_inode_info *ci; in writepage_nounlock() local 563 struct ceph_inode_info *ci = ceph_inode(inode); in writepages_finish() local 663 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_writepages_start() local 985 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_update_writeable_page() local
|
D | snap.c | 437 void ceph_queue_cap_snap(struct ceph_inode_info *ci) in ceph_queue_cap_snap() 542 int __ceph_finish_cap_snap(struct ceph_inode_info *ci, in __ceph_finish_cap_snap() 579 struct ceph_inode_info *ci; in queue_realm_cap_snaps() local 730 struct ceph_inode_info *ci; in flush_snaps() local 843 struct ceph_inode_info *ci; in ceph_handle_snap() local
|
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio_chip.c | 76 brcmf_sdio_chip_getinfidx(struct chip_info *ci, u16 coreid) in brcmf_sdio_chip_getinfidx() 89 struct chip_info *ci, u16 coreid) in brcmf_sdio_sb_corerev() 103 struct chip_info *ci, u16 coreid) in brcmf_sdio_ai_corerev() 114 struct chip_info *ci, u16 coreid) in brcmf_sdio_sb_iscoreup() 130 struct chip_info *ci, u16 coreid) in brcmf_sdio_ai_iscoreup() 152 struct chip_info *ci, u16 coreid) in brcmf_sdio_sb_coredisable() 237 struct chip_info *ci, u16 coreid) in brcmf_sdio_ai_coredisable() 264 struct chip_info *ci, u16 coreid) in brcmf_sdio_sb_resetcore() 322 struct chip_info *ci, u16 coreid) in brcmf_sdio_ai_resetcore() 349 struct chip_info *ci, u32 regs) in brcmf_sdio_chip_recognition() [all …]
|
/linux-3.4.99/drivers/media/dvb/dvb-usb/ |
D | anysee.c | 1067 static int anysee_ci_read_attribute_mem(struct dvb_ca_en50221 *ci, int slot, in anysee_ci_read_attribute_mem() 1082 static int anysee_ci_write_attribute_mem(struct dvb_ca_en50221 *ci, int slot, in anysee_ci_write_attribute_mem() 1096 static int anysee_ci_read_cam_control(struct dvb_ca_en50221 *ci, int slot, in anysee_ci_read_cam_control() 1111 static int anysee_ci_write_cam_control(struct dvb_ca_en50221 *ci, int slot, in anysee_ci_write_cam_control() 1125 static int anysee_ci_slot_reset(struct dvb_ca_en50221 *ci, int slot) in anysee_ci_slot_reset() 1146 static int anysee_ci_slot_shutdown(struct dvb_ca_en50221 *ci, int slot) in anysee_ci_slot_shutdown() 1164 static int anysee_ci_slot_ts_enable(struct dvb_ca_en50221 *ci, int slot) in anysee_ci_slot_ts_enable() 1176 static int anysee_ci_poll_slot_status(struct dvb_ca_en50221 *ci, int slot, in anysee_ci_poll_slot_status()
|
/linux-3.4.99/drivers/net/ppp/ |
D | ppp_mppe.h | 33 #define MPPE_OPTS_TO_CI(opts, ci) \ argument 55 #define MPPE_CI_TO_OPTS(ci, opts) \ argument
|
/linux-3.4.99/net/bluetooth/cmtp/ |
D | core.c | 76 static void __cmtp_copy_session(struct cmtp_session *session, struct cmtp_conninfo *ci) in __cmtp_copy_session() 441 struct cmtp_conninfo ci; in cmtp_get_connlist() local 461 int cmtp_get_conninfo(struct cmtp_conninfo *ci) in cmtp_get_conninfo()
|
/linux-3.4.99/drivers/uwb/ |
D | allocator.c | 28 struct uwb_rsv_col_info *ci = ai->ci; in uwb_rsv_fill_column_alloc() local 140 struct uwb_rsv_col_info *ci = ai->ci; in uwb_rsv_find_best_column_set() local 263 struct uwb_rsv_col_info *ci = ai->ci; in get_column_descriptors() local
|