Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_file.c51 u64 rextbytes; in xfs_is_falloc_aligned() local
54 rextbytes = XFS_FSB_TO_B(mp, mp->m_sb.sb_rextsize); in xfs_is_falloc_aligned()
55 div_u64_rem(pos, rextbytes, &mod); in xfs_is_falloc_aligned()
58 div_u64_rem(len, rextbytes, &mod); in xfs_is_falloc_aligned()