Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_iomap.c35 #define XFS_WRITEIO_ALIGN(mp,off) (((off) >> mp->m_writeio_log) \ macro
582 end_offset = XFS_WRITEIO_ALIGN(mp, offset + count - 1); in xfs_file_iomap_begin_delay()