Searched refs:XFS_WRITEIO_ALIGN (Results 1 - 1 of 1) sorted by relevance
/fs/xfs/ | ||
H A D | xfs_iomap.c | 44 #define XFS_WRITEIO_ALIGN(mp,off) (((off) >> mp->m_writeio_log) \ macro 580 aligned_offset = XFS_WRITEIO_ALIGN(mp, (offset + count - 1)); |
Completed in 26 milliseconds