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.c3049 xfs_fsblock_t gotbno; /* right side block number */ in xfs_bmap_adjacent() local
3103 gotbno = ap->got.br_startblock; in xfs_bmap_adjacent()
3112 xfs_bmap_adjacent_valid(ap, gotbno - gotdiff, in xfs_bmap_adjacent()
3113 gotbno)) in xfs_bmap_adjacent()
3114 gotbno -= adjust; in xfs_bmap_adjacent()
3115 else if (xfs_bmap_adjacent_valid(ap, gotbno - ap->length, in xfs_bmap_adjacent()
3116 gotbno)) { in xfs_bmap_adjacent()
3117 gotbno -= ap->length; in xfs_bmap_adjacent()
3126 gotbno = NULLFSBLOCK; in xfs_bmap_adjacent()
3131 if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK) { in xfs_bmap_adjacent()
[all …]