Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ialloc.h11 struct xfs_imap;
91 xfs_imap(
95 struct xfs_imap *imap, /* location map structure */
Dxfs_inode_buf.h47 struct xfs_imap { struct
54 struct xfs_imap *, struct xfs_dinode **, argument
Dxfs_inode_buf.c174 struct xfs_imap *imap, in xfs_imap_to_bp()
629 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, iget_flags); in xfs_iread()
Dxfs_ialloc.c2285 xfs_imap( in xfs_imap() function
2289 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
/Linux-v4.19/fs/xfs/scrub/
Dcommon.c664 struct xfs_imap imap; in xchk_get_inode()
700 error = xfs_imap(sc->mp, sc->tp, sc->sm->sm_ino, &imap, in xchk_get_inode()
Dialloc.c190 struct xfs_imap imap; in xchk_iallocbt_check_freemask()
/Linux-v4.19/fs/xfs/
Dxfs_inode.h33 struct xfs_imap i_imap; /* location for xfs_imap() */
Dxfs_icache.c64 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
Dxfs_inode.c2093 struct xfs_imap imap; in xfs_iunlink_remove()
2101 error = xfs_imap(mp, tp, next_ino, &imap, 0); in xfs_iunlink_remove()