Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_inode_item.c347 ilf->ilf_blkno = ip->i_imap.im_blkno; in xfs_inode_item_format()
348 ilf->ilf_len = ip->i_imap.im_len; in xfs_inode_item_format()
349 ilf->ilf_boffset = ip->i_imap.im_boffset; in xfs_inode_item_format()
Dxfs_inode.c1998 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink()
2005 offset = ip->i_imap.im_boffset + in xfs_iunlink()
2084 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink_remove()
2095 offset = ip->i_imap.im_boffset + in xfs_iunlink_remove()
2161 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &ibp, in xfs_iunlink_remove()
2173 offset = ip->i_imap.im_boffset + in xfs_iunlink_remove()
3396 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &bp, XBF_TRYLOCK, in xfs_iflush()
3461 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush_int()
Dxfs_inode.h46 struct xfs_imap i_imap; /* location for xfs_imap() */ member
Dxfs_itable.c79 ASSERT(ip->i_imap.im_blkno != 0); in xfs_bulkstat_one_int()
Dxfs_icache.c77 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
Dxfs_log_recover.c4019 error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0, 0); in xlog_recover_process_one_iunlink()
/linux-4.4.14/fs/jfs/
Djfs_incore.h104 #define i_imap u.file._imap macro
Djfs_imap.c171 JFS_IP(ipimap)->i_imap = imap; in diMount()
193 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diUnmount()
222 struct inomap *imp = JFS_IP(ipimap)->i_imap; in diSync()
328 imap = JFS_IP(ipimap)->i_imap; in diRead()
627 JFS_IP(ipimap)->i_imap->im_nbperiext)) { in diWrite()
873 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree()
1356 imap = JFS_IP(ipimap)->i_imap; in diAlloc()
2750 imap = JFS_IP(ipimap)->i_imap; in diUpdatePMap()
2862 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diExtendFS()
Dsuper.c153 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_buf.c360 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, iget_flags); in xfs_iread()
384 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &dip, &bp, 0, iget_flags); in xfs_iread()