Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc.h11 struct xfs_imap;
52 xfs_imap(
56 struct xfs_imap *imap, /* location map structure */
Dxfs_inode_buf.h16 struct xfs_imap { struct
23 struct xfs_imap *imap, struct xfs_buf **bpp); argument
Dxfs_ialloc.c1071 struct xfs_imap imap; in xfs_dialloc_check_ino()
1075 error = xfs_imap(pag, tp, ino, &imap, 0); in xfs_dialloc_check_ino()
2437 xfs_imap( in xfs_imap() function
2441 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
Dxfs_inode_buf.c133 struct xfs_imap *imap, in xfs_imap_to_bp()
/linux-6.12.1/fs/xfs/scrub/
Drepair.h103 struct xfs_imap;
104 int xrep_setup_inode(struct xfs_scrub *sc, const struct xfs_imap *imap);
Dinode.c76 struct xfs_imap imap; in xchk_setup_inode()
173 error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap, in xchk_setup_inode()
Dcommon.c935 struct xfs_imap imap; in xchk_iget_for_scrubbing()
1024 error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap, in xchk_iget_for_scrubbing()
Dinode_repair.c102 struct xfs_imap imap;
147 const struct xfs_imap *imap) in xrep_setup_inode()
156 memcpy(&ri->imap, imap, sizeof(struct xfs_imap)); in xrep_setup_inode()
Dialloc_repair.c292 struct xfs_imap imap; in xrep_ibt_process_cluster()
Dialloc.c367 struct xfs_imap imap; in xchk_iallocbt_check_cluster()
/linux-6.12.1/fs/xfs/
Dxfs_inode.h34 struct xfs_imap i_imap; /* location for xfs_imap() */
Dxfs_icache.c113 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
659 error = xfs_imap(pag, tp, ip->i_ino, &ip->i_imap, flags); in xfs_iget_cache_miss()