Searched refs:im_blkno (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.h | 17 xfs_daddr_t im_blkno; /* starting BB of inode chunk */ member
|
H A D | xfs_ialloc.c | 2529 imap->im_blkno = xfs_agbno_to_daddr(pag, agbno); in xfs_imap() 2559 imap->im_blkno = xfs_agbno_to_daddr(pag, cluster_agbno); in xfs_imap() 2569 if ((imap->im_blkno + imap->im_len) > in xfs_imap() 2572 "%s: (im_blkno (0x%llx) + im_len (0x%llx)) > sb_dblocks (0x%llx)", in xfs_imap() 2573 __func__, (unsigned long long) imap->im_blkno, in xfs_imap()
|
/linux/fs/xfs/scrub/ |
H A D | ialloc.c | 397 imap.im_blkno = xfs_agbno_to_daddr(to_perag(bs->cur->bc_group), agbno); in xchk_iallocbt_check_cluster() 409 irec->ir_startino, imap.im_blkno, imap.im_len, in xchk_iallocbt_check_cluster()
|
H A D | ialloc_repair.c | 308 imap.im_blkno = xfs_agbno_to_daddr(sc->sa.pag, cluster_bno); in xrep_ibt_process_cluster()
|
H A D | inode_repair.c | 1563 ri->imap.im_blkno, ri->imap.im_len, 0, &bp, NULL); in xrep_dinode_core()
|
/linux/fs/xfs/ |
H A D | xfs_itable.c | 100 ASSERT(ip->i_imap.im_blkno != 0); in xfs_bulkstat_one_int()
|
H A D | xfs_inode_item.c | 667 ilf->ilf_blkno = ip->i_imap.im_blkno; in xfs_inode_item_format()
|