Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.h11 struct xfs_imap;
52 xfs_imap(
56 struct xfs_imap *imap, /* location map structure */
H A Dxfs_ialloc.c1070 struct xfs_imap imap; in xfs_dialloc_check_ino()
1074 error = xfs_imap(pag, tp, ino, &imap, 0); in xfs_dialloc_check_ino()
2456 xfs_imap( in xfs_imap() function
2460 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
H A Dxfs_inode_buf.c134 struct xfs_imap *imap, in xfs_imap_to_bp()
/linux/fs/xfs/scrub/
H A Drepair.h100 struct xfs_imap;
101 int xrep_setup_inode(struct xfs_scrub *sc, const struct xfs_imap *imap);
H A Dinode.c92 struct xfs_imap imap; in xchk_setup_inode()
195 error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap, in xchk_setup_inode()
H A Dinode_repair.c105 struct xfs_imap imap;
150 const struct xfs_imap *imap) in xrep_setup_inode()
159 memcpy(&ri->imap, imap, sizeof(struct xfs_imap)); in xrep_setup_inode()
H A Dcommon.c1117 struct xfs_imap imap; in xchk_iget_for_scrubbing()
1212 error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap, in xchk_iget_for_scrubbing()
H A Dialloc_repair.c290 struct xfs_imap imap; in xrep_ibt_process_cluster()
H A Dialloc.c366 struct xfs_imap imap; in xchk_iallocbt_check_cluster()
/linux/fs/xfs/
H A Dxfs_inode.h34 struct xfs_imap i_imap; /* location for xfs_imap() */