Home
last modified time | relevance | path

Searched refs:im_len (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/libxfs/
Dxfs_inode_buf.h46 unsigned short im_len; /* length in BBs of inode chunk */ member
Dxfs_ialloc.c2390 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()
Dxfs_inode_buf.c147 (int)imap->im_len, buf_flags, &bp, in xfs_imap_to_bp()
/fs/xfs/scrub/
Dialloc.c247 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/
Dxfs_inode_item.c434 ilf->ilf_len = ip->i_imap.im_len; in xfs_inode_item_format()