Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_ialloc.h23 struct xfs_imap;
105 xfs_imap(
109 struct xfs_imap *imap, /* location map structure */
Dxfs_inode_buf.h59 struct xfs_imap { struct
66 struct xfs_imap *, struct xfs_dinode **, argument
Dxfs_inode_buf.c177 struct xfs_imap *imap, in xfs_imap_to_bp()
484 error = xfs_imap(mp, tp, ip->i_ino, &ip->i_imap, iget_flags); in xfs_iread()
Dxfs_ialloc.c2260 xfs_imap( in xfs_imap() function
2264 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
/fs/xfs/
Dxfs_inode.h46 struct xfs_imap i_imap; /* location for xfs_imap() */
Dxfs_icache.c77 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
Dxfs_inode.c2156 struct xfs_imap imap; in xfs_iunlink_remove()
2164 error = xfs_imap(mp, tp, next_ino, &imap, 0); in xfs_iunlink_remove()