Searched refs:xfs_imap (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.h | 11 struct xfs_imap; 52 xfs_imap( 56 struct xfs_imap *imap, /* location map structure */
|
| H A D | xfs_inode_buf.h | 16 struct xfs_imap { struct 23 struct xfs_imap *imap, struct xfs_buf **bpp); argument
|
| H A D | xfs_ialloc.c | 1070 struct xfs_imap imap; in xfs_dialloc_check_ino() 1074 error = xfs_imap(pag, tp, ino, &imap, 0); in xfs_dialloc_check_ino() 2456 xfs_imap( in xfs_imap() function 2460 struct xfs_imap *imap, /* location map structure */ in xfs_imap()
|
| H A D | xfs_inode_buf.c | 134 struct xfs_imap *imap, in xfs_imap_to_bp()
|
| /linux/fs/xfs/scrub/ |
| H A D | repair.h | 100 struct xfs_imap; 101 int xrep_setup_inode(struct xfs_scrub *sc, const struct xfs_imap *imap);
|
| H A D | inode.c | 92 struct xfs_imap imap; in xchk_setup_inode() 195 error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap, in xchk_setup_inode()
|
| H A D | inode_repair.c | 105 struct xfs_imap imap; 150 const struct xfs_imap *imap) in xrep_setup_inode() 159 memcpy(&ri->imap, imap, sizeof(struct xfs_imap)); in xrep_setup_inode()
|
| H A D | common.c | 1121 struct xfs_imap imap; in xchk_iget_for_scrubbing() 1216 error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap, in xchk_iget_for_scrubbing()
|
| H A D | ialloc_repair.c | 290 struct xfs_imap imap; in xrep_ibt_process_cluster()
|
| H A D | ialloc.c | 366 struct xfs_imap imap; in xchk_iallocbt_check_cluster()
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.h | 34 struct xfs_imap i_imap; /* location for xfs_imap() */
|
| H A D | xfs_icache.c | 116 memset(&ip->i_imap, 0, sizeof(struct xfs_imap)); in xfs_inode_alloc() 649 error = xfs_imap(pag, tp, ip->i_ino, &ip->i_imap, flags); in xfs_iget_cache_miss()
|