Searched refs:xfs_imap (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 11 struct xfs_imap; 49 xfs_imap( 53 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_inode_buf.c | 132 struct xfs_imap *imap, in xfs_imap_to_bp()
|
D | xfs_ialloc.c | 2265 xfs_imap( in xfs_imap() function 2269 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
|
/Linux-v6.1/fs/xfs/scrub/ |
D | common.c | 645 struct xfs_imap imap; in xchk_get_inode() 682 error = xfs_imap(sc->mp, sc->tp, sc->sm->sm_ino, &imap, in xchk_get_inode()
|
D | ialloc.c | 212 struct xfs_imap imap; in xchk_iallocbt_check_cluster()
|
/Linux-v6.1/fs/xfs/ |
D | xfs_inode.h | 33 struct xfs_imap i_imap; /* location for xfs_imap() */
|
D | xfs_icache.c | 100 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc() 583 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, flags); in xfs_iget_cache_miss()
|