Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_bmap.c2188 xfs_extlen_t mod_off; /* modulus calculations */ in xfs_bmap_alloc() local
2208 mod_off = do_mod(orig_off, extsz); in xfs_bmap_alloc()
2209 if (mod_off) { in xfs_bmap_alloc()
2210 ap->alen += mod_off; in xfs_bmap_alloc()
2211 ap->off -= mod_off; in xfs_bmap_alloc()