Home
last modified time | relevance | path

Searched refs:xfs_imap (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_ialloc.h23 struct xfs_imap;
109 xfs_imap(
113 struct xfs_imap *imap, /* location map structure */
Dxfs_inode.h88 struct xfs_imap { struct
230 struct xfs_imap i_imap; /* location for xfs_imap() */
Dxfs_iget.c90 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
Dxfs_ialloc.c1259 xfs_imap( in xfs_imap() function
1263 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
Dxfs_inode.c130 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()