Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode_item.c173 error = xfs_read_icluster(pag, tp, ip->i_imap.im_agbno, &bp); in xfs_inode_item_precommit()
528 ip->i_imap.im_boffset); in xfs_copy_dm_fields_to_log_dinode()
661 ip->i_imap.im_agbno); in xfs_inode_item_format()
663 ilf->ilf_boffset = ip->i_imap.im_boffset; in xfs_inode_item_format()
H A Dxfs_icache.c115 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
648 error = xfs_imap(pag, tp, I_INO(ip), &ip->i_imap, flags); in xfs_iget_cache_miss()
666 error = xfs_read_icluster(pag, tp, ip->i_imap.im_agbno, &bp); in xfs_iget_cache_miss()
671 xfs_buf_offset(bp, ip->i_imap.im_boffset)); in xfs_iget_cache_miss()
H A Dxfs_inode.h33 struct xfs_imap i_imap; /* location for xfs_imap() */
34 struct xfs_imap i_imap; /* location for xfs_imap() */ global() member
H A Dxfs_itable.c100 ASSERT(ip->i_imap.im_agbno != 0); in xfs_bulkstat_one_int()
H A Dxfs_inode.c2389 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()
/linux/fs/jfs/
H A Djfs_incore.h101 #define i_imap u.file._imap macro
H A Dsuper.c123 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs()