/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 …]
|
H A D | super.c | 123 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs() local
|
/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/scrub/ |
H A D | reap.c | 961 struct xfs_bmbt_irec *imap, in xreap_bmapi_select() 1044 struct xfs_bmbt_irec *imap) in xreap_bmapi_binval() 1155 struct xfs_bmbt_irec *imap, in xrep_reap_bmapi_iter() 1228 struct xfs_bmbt_irec *imap) in xreap_ifork_extent() 1288 struct xfs_bmbt_irec imap; in xrep_reap_ifork() local
|
H A D | repair.h | 254 #define xrep_setup_inode(sc, imap) ((void)0) argument
|
H A D | inode.c | 92 struct xfs_imap imap; in xchk_setup_inode() local
|
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/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/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/fs/xfs/ |
H A D | xfs_bmap_util.c | 510 struct xfs_bmbt_irec imap; in xfs_can_free_eofblocks() local
|
/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()
|