Searched refs:im_len (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_inode_buf.h | 46 unsigned short im_len; /* length in BBs of inode chunk */ member
|
D | xfs_ialloc.c | 2390 imap->im_len = XFS_FSB_TO_BB(mp, 1); in xfs_imap() 2420 imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster); in xfs_imap() 2429 if ((imap->im_blkno + imap->im_len) > in xfs_imap() 2434 (unsigned long long) imap->im_len, in xfs_imap()
|
D | xfs_inode_buf.c | 147 (int)imap->im_len, buf_flags, &bp, in xfs_imap_to_bp()
|
/fs/xfs/scrub/ |
D | ialloc.c | 247 imap.im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster); in xchk_iallocbt_check_cluster() 258 imap.im_blkno, imap.im_len, cluster_base, nr_inodes, in xchk_iallocbt_check_cluster()
|
/fs/xfs/ |
D | xfs_inode_item.c | 434 ilf->ilf_len = ip->i_imap.im_len; in xfs_inode_item_format()
|