Home
last modified time | relevance | path

Searched refs:xfs_imap (Results 1 – 12 of 12) 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_inode_buf.h16 struct xfs_imap { struct
23 struct xfs_imap *imap, struct xfs_buf **bpp); argument
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.c1121 struct xfs_imap imap; in xchk_iget_for_scrubbing()
1216 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() */
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()