Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_file.c50 u64 rextbytes; in xfs_is_falloc_aligned() local
53 rextbytes = XFS_FSB_TO_B(mp, mp->m_sb.sb_rextsize); in xfs_is_falloc_aligned()
54 div_u64_rem(pos, rextbytes, &mod); in xfs_is_falloc_aligned()
57 div_u64_rem(len, rextbytes, &mod); in xfs_is_falloc_aligned()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_file.c52 u64 rextbytes; in xfs_is_falloc_aligned() local
55 rextbytes = XFS_FSB_TO_B(mp, mp->m_sb.sb_rextsize); in xfs_is_falloc_aligned()
56 div_u64_rem(pos, rextbytes, &mod); in xfs_is_falloc_aligned()
59 div_u64_rem(len, rextbytes, &mod); in xfs_is_falloc_aligned()

Completed in 4 milliseconds