/linux-3.3/fs/jfs/ |
D | jfs_imap.c | 64 #define IAGFREE_LOCK_INIT(imap) mutex_init(&imap->im_freelock) argument 65 #define IAGFREE_LOCK(imap) mutex_lock(&imap->im_freelock) argument 66 #define IAGFREE_UNLOCK(imap) mutex_unlock(&imap->im_freelock) argument 69 #define AG_LOCK_INIT(imap,index) mutex_init(&(imap->im_aglock[index])) argument 70 #define AG_LOCK(imap,agno) mutex_lock(&imap->im_aglock[agno]) argument 71 #define AG_UNLOCK(imap,agno) mutex_unlock(&imap->im_aglock[agno]) argument 109 struct inomap *imap; in diMount() local 193 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diUnmount() local 313 struct inomap *imap; in diRead() local 873 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree() local [all …]
|
D | super.c | 145 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs() local
|
/linux-3.3/fs/xfs/ |
D | xfs_iomap.c | 106 xfs_bmbt_irec_t *imap) in xfs_alert_fsblock_zero() 125 xfs_bmbt_irec_t *imap, in xfs_iomap_write_direct() 278 xfs_bmbt_irec_t *imap, in xfs_iomap_eof_want_preallocate() 384 xfs_bmbt_irec_t imap[XFS_WRITE_IMAPS]; in xfs_iomap_write_delay() local 481 xfs_bmbt_irec_t *imap) in xfs_iomap_write_allocate() 646 xfs_bmbt_irec_t imap; in xfs_iomap_write_unwritten() local
|
D | xfs_aops.c | 281 struct xfs_bmbt_irec *imap, in xfs_map_blocks() 343 struct xfs_bmbt_irec *imap, in xfs_imap_valid() 571 struct xfs_bmbt_irec *imap, in xfs_map_buffer() 595 struct xfs_bmbt_irec *imap, in xfs_map_at_offset() 653 struct xfs_bmbt_irec *imap, in xfs_convert_page() 762 struct xfs_bmbt_irec *imap, in xfs_cluster_write() 878 struct xfs_bmbt_irec imap; in xfs_vm_writepage() local 1107 struct xfs_bmbt_irec imap; in __xfs_get_blocks() local
|
D | xfs_vnodeops.c | 173 xfs_bmbt_irec_t imap; in xfs_free_eofblocks() local 1963 xfs_bmbt_irec_t imap; in xfs_zero_remaining_bytes() local 2061 xfs_bmbt_irec_t imap; in xfs_free_file_space() local
|
D | xfs_file.c | 474 xfs_bmbt_irec_t imap; in xfs_zero_last_block() local 543 xfs_bmbt_irec_t imap; in xfs_zero_eof() local
|
D | xfs_ialloc.c | 1263 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
|
D | xfs_inode.c | 130 struct xfs_imap *imap, in xfs_imap_to_bp() 220 struct xfs_imap imap; in xfs_inotobp() local
|
D | xfs_bmap.c | 6091 xfs_bmbt_irec_t imap; in xfs_bmap_punch_delalloc_range() local
|
/linux-3.3/arch/sparc/kernel/ |
D | prom_irqtrans.c | 47 unsigned long imap, iclr; in psycho_irq_build() local 227 unsigned long imap, iclr; in sabre_irq_build() local 383 unsigned long imap, iclr; in schizo_irq_build() local 515 unsigned long imap, iclr; in fire_irq_build() local 641 static unsigned long sysio_imap_to_iclr(unsigned long imap) in sysio_imap_to_iclr() 653 unsigned long imap, iclr; in sbus_of_build_irq() local 724 unsigned long imap, iclr; in central_build_irq() local
|
D | irq_64.c | 175 static unsigned int sun4u_compute_tid(unsigned long imap, unsigned long cpuid) in sun4u_compute_tid() 212 unsigned long imap; member 247 unsigned long cpuid, imap, val; in sun4u_irq_enable() local 270 unsigned long cpuid, imap, val; in sun4u_set_affinity() local 504 unsigned int build_irq(int inofixup, unsigned long iclr, unsigned long imap) in build_irq()
|
D | starfire.c | 81 unsigned int starfire_translate(unsigned long imap, in starfire_translate()
|
D | of_device_64.c | 420 const u32 *imap, int imlen, const u32 *imask, in apply_interrupt_map() 566 const void *imap, *imsk; in build_one_device_irq() local
|
D | sbus.c | 202 static unsigned long sysio_imap_to_iclr(unsigned long imap) in sysio_imap_to_iclr() 212 unsigned long imap, iclr; in sbus_build_irq() local
|
/linux-3.3/drivers/misc/sgi-gru/ |
D | grufault.c | 155 struct gru_tlb_fault_map *imap, in get_clear_fault_map() 531 struct gru_tlb_fault_map imap, dmap; in gru_intr() local
|
/linux-3.3/drivers/of/ |
D | irq.c | 100 const __be32 *tmp, *imap, *imask; in of_irq_map_raw() local
|
/linux-3.3/arch/powerpc/platforms/cell/ |
D | spider-pic.c | 231 const u32 *imap, *tmp; in spider_find_cascade_and_node() local
|