Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c3199 xfs_fsblock_t gotbno; /* right side block number */ in xfs_bmap_adjacent() local
3253 gotbno = ap->got.br_startblock; in xfs_bmap_adjacent()
3262 xfs_bmap_adjacent_valid(ap, gotbno - gotdiff, in xfs_bmap_adjacent()
3263 gotbno)) in xfs_bmap_adjacent()
3264 gotbno -= adjust; in xfs_bmap_adjacent()
3265 else if (xfs_bmap_adjacent_valid(ap, gotbno - ap->length, in xfs_bmap_adjacent()
3266 gotbno)) { in xfs_bmap_adjacent()
3267 gotbno -= ap->length; in xfs_bmap_adjacent()
3276 gotbno = NULLFSBLOCK; in xfs_bmap_adjacent()
3281 if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK) { in xfs_bmap_adjacent()
[all …]