Searched refs:xfs_imap (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_imap.h22 * This is the structure passed to xfs_imap() to map
25 typedef struct xfs_imap { struct
36 int xfs_imap(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
H A Dxfs_inode.c24 #include "xfs_imap.h"
143 * Use xfs_imap() to determine the size and location of the
166 error = xfs_imap(mp, tp, ino, &imap, XFS_IMAP_LOOKUP);
169 "xfs_inotobp: xfs_imap() returned an "
238 * If the inode is new and has not yet been initialized, use xfs_imap()
242 * calling xfs_imap(). This allows us to avoid the overhead of looking
272 if ((error = xfs_imap(mp, tp, ip->i_ino, &imap,
2597 xfs_imap( function
H A Dxfs_log_recover.c41 #include "xfs_imap.h"
2311 * xfs_imap() to figure it out because the inode btrees
2313 * XFS_IMAP_LOOKUP flag to xfs_imap(). This will give
2319 xfs_imap(log->l_mp, NULL, ino, &imap, 0);

Completed in 108 milliseconds