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

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c2294 xfs_fileoff_t lastoff; local
2314 lastoff = args->geo->freeblk;
2315 error = xfs_bmap_last_before(tp, dp, &lastoff, w);
2318 if (XFS_IS_CORRUPT(mp, lastoff == 0)) {
2325 last_blkno = (xfs_dablk_t)lastoff - args->geo->fsbcount;

Completed in 186 milliseconds