Searched refs:xfs_imap (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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 | 29 struct xfs_imap { struct 36 struct xfs_imap *, struct xfs_dinode **, argument
|
D | xfs_inode_buf.c | 164 struct xfs_imap *imap, in xfs_imap_to_bp() 360 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()
|
/linux-4.4.14/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 | 2126 struct xfs_imap imap; in xfs_iunlink_remove() 2134 error = xfs_imap(mp, tp, next_ino, &imap, 0); in xfs_iunlink_remove()
|