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.c170 error = xfs_imap_to_bp(ip->i_mount, tp, &ip->i_imap, &bp); in xfs_inode_item_precommit()
524 ip->i_imap.im_boffset); in xfs_copy_dm_fields_to_log_dinode()
655 ilf->ilf_blkno = ip->i_imap.im_blkno; in xfs_inode_item_format()
656 ilf->ilf_len = ip->i_imap.im_len; in xfs_inode_item_format()
657 ilf->ilf_boffset = ip->i_imap.im_boffset; in xfs_inode_item_format()
H A Dxfs_icache.c116 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
649 error = xfs_imap(pag, tp, ip->i_ino, &ip->i_imap, flags); in xfs_iget_cache_miss()
667 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &bp); in xfs_iget_cache_miss()
672 xfs_buf_offset(bp, ip->i_imap.im_boffset)); in xfs_iget_cache_miss()
H A Dxfs_inode.h34 struct xfs_imap i_imap; /* location for xfs_imap() */ member
H A Dxfs_itable.c100 ASSERT(ip->i_imap.im_blkno != 0); in xfs_bulkstat_one_int()
H A Dxfs_inode.c2383 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()