Searched refs:extsize (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_rtalloc.c | 1429 if (mp->m_sb.sb_rblocks > 0 && in->extsize != mp->m_sb.sb_rextsize) in xfs_growfs_rt() 1433 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt() 1434 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt() 1447 !xfs_reflink_supports_rextsize(mp, in->extsize)) in xfs_growfs_rt() 1462 if (in->newblocks < in->extsize) in xfs_growfs_rt() 1467 in->extsize); in xfs_growfs_rt() 1473 in->extsize, &new_rgcount); in xfs_growfs_rt() 1480 in->extsize); in xfs_growfs_rt() 1486 xfs_rtbxlen_t rextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt() 1492 error = xfs_growfs_rtg(mp, rgno, in->newblocks, in->extsize); in xfs_growfs_rt() [all …]
|
| H A D | xfs_ioctl32.h | 185 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 2441 __field(uint32_t, extsize) 2461 __entry->extsize = be32_to_cpu(dip->di_extsize); 2481 __entry->extsize,
|