Searched refs:xfs_imap (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_ialloc.h | 23 struct xfs_imap; 109 xfs_imap( 113 struct xfs_imap *imap, /* location map structure */
|
D | xfs_inode.h | 88 struct xfs_imap { struct 230 struct xfs_imap i_imap; /* location for xfs_imap() */
|
D | xfs_iget.c | 90 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
|
D | xfs_ialloc.c | 1259 xfs_imap( in xfs_imap() function 1263 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
|
D | xfs_inode.c | 130 struct xfs_imap *imap, in xfs_imap_to_bp() 220 struct xfs_imap imap; in xfs_inotobp() 225 error = xfs_imap(mp, tp, ino, &imap, imap_flags); in xfs_inotobp() 778 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, iget_flags); in xfs_iread()
|