Lines Matching refs:is_empty
1398 int *is_empty) in xfs_bmap_last_extent() argument
1412 *is_empty = 1; in xfs_bmap_last_extent()
1414 *is_empty = 0; in xfs_bmap_last_extent()
1433 int is_empty; in xfs_bmap_isaeof() local
1438 &is_empty); in xfs_bmap_isaeof()
1442 if (is_empty) { in xfs_bmap_isaeof()
1469 int is_empty; in xfs_bmap_last_offset() local
1481 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
1482 if (error || is_empty) in xfs_bmap_last_offset()
5745 int is_empty; in xfs_bmap_can_insert_extents() local
5754 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty); in xfs_bmap_can_insert_extents()
5755 if (!error && !is_empty && got.br_startoff >= off && in xfs_bmap_can_insert_extents()