Lines Matching refs:is_empty
1384 int *is_empty) in xfs_bmap_last_extent() argument
1398 *is_empty = 1; in xfs_bmap_last_extent()
1400 *is_empty = 0; in xfs_bmap_last_extent()
1419 int is_empty; in xfs_bmap_isaeof() local
1424 &is_empty); in xfs_bmap_isaeof()
1428 if (is_empty) { in xfs_bmap_isaeof()
1455 int is_empty; in xfs_bmap_last_offset() local
1467 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
1468 if (error || is_empty) in xfs_bmap_last_offset()
5710 int is_empty; in xfs_bmap_can_insert_extents() local
5719 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty); in xfs_bmap_can_insert_extents()
5720 if (!error && !is_empty && got.br_startoff >= off && in xfs_bmap_can_insert_extents()