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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ialloc.h23 struct xfs_imap;
109 xfs_imap(
113 struct xfs_imap *imap, /* location map structure */
H A Dxfs_inode.h90 struct xfs_imap { struct
238 struct xfs_imap i_imap; /* location for xfs_imap() */
H A Dxfs_iget.c78 memset(&ip->i_imap, 0, sizeof(struct xfs_imap));
H A Dxfs_ialloc.c1214 xfs_fs_cmn_err(CE_ALERT, mp, "xfs_imap: "
1260 xfs_imap( function
1264 struct xfs_imap *imap, /* location map structure */
1296 "xfs_imap: agno (%d) >= "
1302 "xfs_imap: agbno (0x%llx) >= "
1309 "xfs_imap: ino (0x%llx) != "
1384 xfs_fs_cmn_err(CE_ALERT, mp, "xfs_imap: "
H A Dxfs_inode.c131 struct xfs_imap *imap,
216 * Use xfs_imap() to determine the size and location of the
229 struct xfs_imap imap;
234 error = xfs_imap(mp, tp, ino, &imap, imap_flags);
261 * rather than calling xfs_imap(). This allows us to avoid the overhead
263 * (see xfs_imap()).
795 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, iget_flags);

Completed in 135 milliseconds