/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 11 struct xfs_imap; 81 xfs_imap( 85 struct xfs_imap *imap, /* location map structure */
|
H A D | xfs_inode_buf.h | 44 struct xfs_imap { struct 51 struct xfs_imap *, struct xfs_dinode **,
|
H A D | xfs_inode_buf.c | 137 struct xfs_imap *imap, in xfs_imap_to_bp()
|
H A D | xfs_ialloc.c | 2311 xfs_imap( in xfs_imap() function 2315 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 11 struct xfs_imap; 50 xfs_imap( 54 struct xfs_imap *imap, /* location map structure */
|
H A D | xfs_inode_buf.h | 16 struct xfs_imap { struct 23 struct xfs_imap *imap, struct xfs_buf **bpp);
|
H A D | xfs_inode_buf.c | 132 struct xfs_imap *imap, in xfs_imap_to_bp()
|
H A D | xfs_ialloc.c | 2295 xfs_imap( in xfs_imap() function 2299 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | common.c | 675 struct xfs_imap imap; in xchk_get_inode() 711 error = xfs_imap(sc->mp, sc->tp, sc->sm->sm_ino, &imap, in xchk_get_inode()
|
H A D | ialloc.c | 213 struct xfs_imap imap; in xchk_iallocbt_check_cluster()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | inode.c | 70 struct xfs_imap imap; in xchk_setup_inode() 167 error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap, in xchk_setup_inode()
|
H A D | common.c | 864 struct xfs_imap imap; in xchk_iget_for_scrubbing() 953 error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap, in xchk_iget_for_scrubbing()
|
H A D | ialloc.c | 367 struct xfs_imap imap; in xchk_iallocbt_check_cluster()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_inode.h | 33 struct xfs_imap i_imap; /* location for xfs_imap() */
|
H A D | xfs_inode.c | 2144 struct xfs_imap *imap, in xfs_iunlink_update_dinode() 2294 struct xfs_imap *imap, in xfs_iunlink_map_ino() 2302 error = xfs_imap(mp, tp, XFS_AGINO_TO_INO(mp, agno, agino), imap, 0); in xfs_iunlink_map_ino() 2304 xfs_warn(mp, "%s: xfs_imap returned error %d.", in xfs_iunlink_map_ino() 2336 struct xfs_imap *imap, in xfs_iunlink_map_prev() 2465 struct xfs_imap imap; in xfs_iunlink_remove()
|
H A D | xfs_icache.c | 61 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc() 491 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, flags); in xfs_iget_cache_miss()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_inode.h | 33 struct xfs_imap i_imap; /* location for xfs_imap() */
|
H A D | xfs_icache.c | 100 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc() 615 error = xfs_imap(pag, tp, ip->i_ino, &ip->i_imap, flags); in xfs_iget_cache_miss()
|