Searched refs:xfs_imap (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 11 struct xfs_imap; 91 xfs_imap( 95 struct xfs_imap *imap, /* location map structure */
|
D | xfs_inode_buf.h | 47 struct xfs_imap { struct 54 struct xfs_imap *, struct xfs_dinode **, argument
|
D | xfs_inode_buf.c | 174 struct xfs_imap *imap, in xfs_imap_to_bp() 629 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, iget_flags); in xfs_iread()
|
D | xfs_ialloc.c | 2285 xfs_imap( in xfs_imap() function 2289 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | common.c | 664 struct xfs_imap imap; in xchk_get_inode() 700 error = xfs_imap(sc->mp, sc->tp, sc->sm->sm_ino, &imap, in xchk_get_inode()
|
D | ialloc.c | 190 struct xfs_imap imap; in xchk_iallocbt_check_freemask()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_inode.h | 33 struct xfs_imap i_imap; /* location for xfs_imap() */
|
D | xfs_icache.c | 64 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
|
D | xfs_inode.c | 2093 struct xfs_imap imap; in xfs_iunlink_remove() 2101 error = xfs_imap(mp, tp, next_ino, &imap, 0); in xfs_iunlink_remove()
|