Searched refs:xfs_imap (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_ialloc.h | 11 struct xfs_imap;81 xfs_imap(
 85 	struct xfs_imap	*imap,		/* location map structure */
 
 | 
| D | xfs_inode_buf.h | 47 struct xfs_imap {  struct54 		       struct xfs_imap *, struct xfs_dinode **,  argument
 
 | 
| D | xfs_inode_buf.c | 172 	struct xfs_imap		*imap,  in xfs_imap_to_bp()627 	error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, iget_flags);  in xfs_iread()
 
 | 
| D | xfs_ialloc.c | 2269 xfs_imap(  in xfs_imap()  function2273 	struct xfs_imap	*imap,	/* location map structure */  in xfs_imap()
 
 | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| 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()
 
 | 
| D | ialloc.c | 213 	struct xfs_imap			imap;  in xchk_iallocbt_check_cluster()
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_inode.h | 33 	struct xfs_imap		i_imap;		/* location for xfs_imap() */
 | 
| D | xfs_inode.c | 2151 	struct xfs_imap		*imap,  in xfs_iunlink_update_dinode()2298 	struct xfs_imap		*imap,  in xfs_iunlink_map_ino()
 2306 	error = xfs_imap(mp, tp, XFS_AGINO_TO_INO(mp, agno, agino), imap, 0);  in xfs_iunlink_map_ino()
 2340 	struct xfs_imap		*imap,  in xfs_iunlink_map_prev()
 2477 		struct xfs_imap	imap;  in xfs_iunlink_remove()
 
 | 
| D | xfs_icache.c | 62 	memset(&ip->i_imap, 0, sizeof(struct xfs_imap));  in xfs_inode_alloc()
 |