Home
last modified time | relevance | path

Searched refs:i_imap (Results 1 – 3 of 3) sorted by relevance

/linux/fs/jfs/
H A Djfs_incore.h101 #define i_imap u.file._imap macro
/linux/fs/xfs/
H A Dxfs_icache.c111 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
644 error = xfs_imap(pag, tp, I_INO(ip), &ip->i_imap, flags); in xfs_iget_cache_miss()
662 error = xfs_read_icluster(pag, tp, ip->i_imap.im_agbno, &bp); in xfs_iget_cache_miss()
667 xfs_buf_offset(bp, ip->i_imap.im_boffset)); in xfs_iget_cache_miss()
H A Dxfs_inode.c2389 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()