Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_iomap.c379 if (XFS_ISIZE(ip) < XFS_FSB_TO_B(mp, mp->m_allocsize_blocks)) in xfs_iomap_prealloc_size()
389 return mp->m_allocsize_blocks; in xfs_iomap_prealloc_size()
485 if (alloc_blocks < mp->m_allocsize_blocks) in xfs_iomap_prealloc_size()
486 alloc_blocks = mp->m_allocsize_blocks; in xfs_iomap_prealloc_size()
488 mp->m_allocsize_blocks); in xfs_iomap_prealloc_size()
998 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.c697 mp->m_allocsize_blocks = 1U << (mp->m_allocsize_log - sbp->sb_blocklog); in xfs_mountfs()

Completed in 12 milliseconds