/linux/fs/jfs/ |
H A D | jfs_imap.c | 51 #define IAGFREE_LOCK_INIT(imap) mutex_init(&imap->im_freelock) argument 52 #define IAGFREE_LOCK(imap) mutex_lock(&imap->im_freelock) argument 53 #define IAGFREE_UNLOCK(imap) mutex_unlock(&imap->im_freelock) argument 56 #define AG_LOCK_INIT(imap,index) mutex_init(&(imap->im_aglock[index])) argument 57 #define AG_LOCK(imap,agno) mutex_lock(&imap->im_aglock[agno]) argument 58 #define AG_UNLOCK(imap,agno) mutex_unlock(&imap->im_aglock[agno]) argument 96 struct inomap *imap; in diMount() local 178 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diUnmount() local 299 struct inomap *imap; in diRead() local 855 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree() local [all …]
|
/linux/arch/sparc/kernel/ |
H A D | prom_irqtrans.c | 49 unsigned long imap, iclr; in psycho_irq_build() local 229 unsigned long imap, iclr; in sabre_irq_build() local 385 unsigned long imap, iclr; in schizo_irq_build() local 517 unsigned long imap, iclr; in fire_irq_build() local 643 static unsigned long sysio_imap_to_iclr(unsigned long imap) in sysio_imap_to_iclr() 655 unsigned long imap, iclr; in sbus_of_build_irq() local 726 unsigned long imap, iclr; in central_build_irq() local
|
H A D | starfire.c | 77 unsigned int starfire_translate(unsigned long imap, in starfire_translate()
|
H A D | sbus.c | 205 static unsigned long sysio_imap_to_iclr(unsigned long imap) in sysio_imap_to_iclr() 215 unsigned long imap, iclr; in sbus_build_irq() local
|
/linux/fs/xfs/ |
H A D | xfs_reflink.c | 282 struct xfs_bmbt_irec *imap, in xfs_bmap_trim_cow() 363 struct xfs_bmbt_irec *imap, in xfs_find_trim_cow_extent() 401 struct xfs_bmbt_irec *imap, in xfs_reflink_convert_unwritten() 434 struct xfs_bmbt_irec *imap, in xfs_reflink_fill_cow_hole() 501 struct xfs_bmbt_irec *imap, in xfs_reflink_fill_delalloc() 565 struct xfs_bmbt_irec *imap, in xfs_reflink_allocate_cow() 1457 struct xfs_bmbt_irec imap; in xfs_reflink_remap_blocks() local
|
H A D | xfs_aops.c | 251 struct xfs_bmbt_irec imap; in xfs_map_blocks() local
|
H A D | xfs_bmap_util.c | 494 struct xfs_bmbt_irec imap; in xfs_can_free_eofblocks() local
|
/linux/fs/xfs/scrub/ |
H A D | reap.c | 958 struct xfs_bmbt_irec *imap, in xreap_bmapi_select() 1041 struct xfs_bmbt_irec *imap) in xreap_bmapi_binval() 1152 struct xfs_bmbt_irec *imap, in xrep_reap_bmapi_iter() 1225 struct xfs_bmbt_irec *imap) in xreap_ifork_extent() 1285 struct xfs_bmbt_irec imap; in xrep_reap_ifork() local
|
H A D | inode.c | 92 struct xfs_imap imap; in xchk_setup_inode() local
|
H A D | repair.h | 254 #define xrep_setup_inode(sc, imap) ((void)0) argument
|
H A D | inode_repair.c | 105 struct xfs_imap imap; member 150 const struct xfs_imap *imap) in xrep_setup_inode()
|
H A D | ialloc.c | 366 struct xfs_imap imap; in xchk_iallocbt_check_cluster() local
|
H A D | ialloc_repair.c | 290 struct xfs_imap imap; in xrep_ibt_process_cluster() local
|
H A D | common.c | 1116 struct xfs_imap imap; in xchk_iget_for_scrubbing() local
|
/linux/drivers/of/ |
H A D | irq.c | 103 const __be32 *of_irq_parse_imap_parent(const __be32 *imap, int len, struct of_phandle_args *out_irq) in of_irq_parse_imap_parent() 236 const __be32 *imap, *oldimap, *imask; in of_irq_parse_raw() local
|
H A D | property.c | 1409 const __be32 *imap, *imap_end; in parse_interrupt_map() local
|
/linux/drivers/misc/sgi-gru/ |
H A D | grufault.c | 142 struct gru_tlb_fault_map *imap, in get_clear_fault_map() 522 struct gru_tlb_fault_map imap, dmap; in gru_intr() local
|
/linux/drivers/irqchip/ |
H A D | irq-renesas-rza1.c | 148 const __be32 *imap; in rza1_irqc_parse_map() local
|
/linux/arch/powerpc/platforms/cell/ |
H A D | spider-pic.c | 214 const u32 *imap, *tmp; in spider_find_cascade_and_node() local
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.c | 134 struct xfs_imap *imap, in xfs_imap_to_bp()
|
H A D | xfs_ialloc.c | 1069 struct xfs_imap imap; in xfs_dialloc_check_ino() local 2459 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
|
H A D | xfs_attr.c | 88 struct xfs_bmbt_irec imap; in xfs_attr_is_leaf() local
|
H A D | xfs_exchmaps.c | 87 struct xfs_bmbt_irec *imap, in xfs_exchmaps_update_size()
|
/linux/sound/usb/ |
H A D | mixer.c | 1651 const struct usbmix_name_map *imap, in __build_feature_ctl() 1874 const struct usbmix_name_map *imap, in build_connector_control()
|