Home
last modified time | relevance | path

Searched refs:m_allocsize_blocks (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/xfs/
A Dxfs_iomap.c433 if (XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_allocsize_blocks)) in xfs_iomap_prealloc_size()
443 return mp->m_allocsize_blocks; in xfs_iomap_prealloc_size()
539 if (alloc_blocks < mp->m_allocsize_blocks) in xfs_iomap_prealloc_size()
540 alloc_blocks = mp->m_allocsize_blocks; in xfs_iomap_prealloc_size()
542 mp->m_allocsize_blocks); in xfs_iomap_prealloc_size()
1092 prealloc_blocks = mp->m_allocsize_blocks; in xfs_buffered_write_iomap_begin()
A Dxfs_mount.h143 uint m_allocsize_blocks; /* min write size blocks */ member
A Dxfs_mount.c737 mp->m_allocsize_blocks = 1U << (mp->m_allocsize_log - sbp->sb_blocklog); in xfs_mountfs()

Completed in 11 milliseconds