Home
last modified time | relevance | path

Searched refs:xfs_imap (Results 1 – 9 of 9) sorted by relevance

/fs/xfs/libxfs/
Dxfs_ialloc.h11 struct xfs_imap;
81 xfs_imap(
85 struct xfs_imap *imap, /* location map structure */
Dxfs_inode_buf.h44 struct xfs_imap { struct
51 struct xfs_imap *, struct xfs_dinode **, argument
Dxfs_inode_buf.c137 struct xfs_imap *imap, in xfs_imap_to_bp()
Dxfs_ialloc.c2311 xfs_imap( in xfs_imap() function
2315 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
/fs/xfs/scrub/
Dcommon.c675 struct xfs_imap imap; in xchk_get_inode()
711 error = xfs_imap(sc->mp, sc->tp, sc->sm->sm_ino, &imap, in xchk_get_inode()
Dialloc.c213 struct xfs_imap imap; in xchk_iallocbt_check_cluster()
/fs/xfs/
Dxfs_inode.h33 struct xfs_imap i_imap; /* location for xfs_imap() */
Dxfs_inode.c2144 struct xfs_imap *imap, in xfs_iunlink_update_dinode()
2294 struct xfs_imap *imap, in xfs_iunlink_map_ino()
2302 error = xfs_imap(mp, tp, XFS_AGINO_TO_INO(mp, agno, agino), imap, 0); in xfs_iunlink_map_ino()
2336 struct xfs_imap *imap, in xfs_iunlink_map_prev()
2465 struct xfs_imap imap; in xfs_iunlink_remove()
Dxfs_icache.c61 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
491 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, flags); in xfs_iget_cache_miss()