Searched refs:xfs_imap (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 23 struct xfs_imap; 105 xfs_imap( 109 struct xfs_imap *imap, /* location map structure */
|
D | xfs_inode_buf.h | 59 struct xfs_imap { struct 66 struct xfs_imap *, struct xfs_dinode **, argument
|
D | xfs_inode_buf.c | 177 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()
|
D | xfs_ialloc.c | 2260 xfs_imap( in xfs_imap() function 2264 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
|
/fs/xfs/ |
D | xfs_inode.h | 46 struct xfs_imap i_imap; /* location for xfs_imap() */
|
D | xfs_icache.c | 77 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc()
|
D | xfs_inode.c | 2156 struct xfs_imap imap; in xfs_iunlink_remove() 2164 error = xfs_imap(mp, tp, next_ino, &imap, 0); in xfs_iunlink_remove()
|