Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_inode_buf.h61 unsigned short im_len; /* length in BBs of inode chunk */ member
Dxfs_ialloc.c2352 imap->im_len = XFS_FSB_TO_BB(mp, 1); in xfs_imap()
2381 imap->im_len = XFS_FSB_TO_BB(mp, blks_per_cluster); in xfs_imap()
2390 if ((imap->im_blkno + imap->im_len) > in xfs_imap()
2395 (unsigned long long) imap->im_len, in xfs_imap()
Dxfs_inode_buf.c187 (int)imap->im_len, buf_flags, &bp, in xfs_imap_to_bp()
/fs/xfs/
Dxfs_inode_item.c432 ilf->ilf_len = ip->i_imap.im_len; in xfs_inode_item_format()