Searched refs:xfs_imap (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 11 struct xfs_imap; 52 xfs_imap( 56 struct xfs_imap *imap, /* location map structure */
|
D | xfs_inode_buf.h | 16 struct xfs_imap { struct 23 struct xfs_imap *imap, struct xfs_buf **bpp); argument
|
D | xfs_ialloc.c | 1071 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()
|
D | xfs_inode_buf.c | 133 struct xfs_imap *imap, in xfs_imap_to_bp()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | repair.h | 103 struct xfs_imap; 104 int xrep_setup_inode(struct xfs_scrub *sc, const struct xfs_imap *imap);
|
D | inode.c | 76 struct xfs_imap imap; in xchk_setup_inode() 173 error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap, in xchk_setup_inode()
|
D | common.c | 935 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()
|
D | inode_repair.c | 102 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()
|
D | ialloc_repair.c | 292 struct xfs_imap imap; in xrep_ibt_process_cluster()
|
D | ialloc.c | 367 struct xfs_imap imap; in xchk_iallocbt_check_cluster()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_inode.h | 34 struct xfs_imap i_imap; /* location for xfs_imap() */
|
D | xfs_icache.c | 113 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()
|