Home
last modified time | relevance | path

Searched defs:imap (Results 1 – 17 of 17) sorted by relevance

/linux-3.3/fs/jfs/
Djfs_imap.c64 #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 …]
Dsuper.c145 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs() local
/linux-3.3/fs/xfs/
Dxfs_iomap.c106 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
Dxfs_aops.c281 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
Dxfs_vnodeops.c173 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
Dxfs_file.c474 xfs_bmbt_irec_t imap; in xfs_zero_last_block() local
543 xfs_bmbt_irec_t imap; in xfs_zero_eof() local
Dxfs_ialloc.c1263 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
Dxfs_inode.c130 struct xfs_imap *imap, in xfs_imap_to_bp()
220 struct xfs_imap imap; in xfs_inotobp() local
Dxfs_bmap.c6091 xfs_bmbt_irec_t imap; in xfs_bmap_punch_delalloc_range() local
/linux-3.3/arch/sparc/kernel/
Dprom_irqtrans.c47 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
Dirq_64.c175 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()
Dstarfire.c81 unsigned int starfire_translate(unsigned long imap, in starfire_translate()
Dof_device_64.c420 const u32 *imap, int imlen, const u32 *imask, in apply_interrupt_map()
566 const void *imap, *imsk; in build_one_device_irq() local
Dsbus.c202 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/
Dgrufault.c155 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/
Dirq.c100 const __be32 *tmp, *imap, *imask; in of_irq_map_raw() local
/linux-3.3/arch/powerpc/platforms/cell/
Dspider-pic.c231 const u32 *imap, *tmp; in spider_find_cascade_and_node() local