Searched refs:i_imap (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_incore.h | 101 #define i_imap u.file._imap macro
|
| /linux/fs/xfs/ |
| H A D | xfs_icache.c | 111 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 D | xfs_inode.c | 2389 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()
|