Lines Matching refs:is_empty
1313 int *is_empty) in xfs_bmap_last_extent() argument
1325 *is_empty = 1; in xfs_bmap_last_extent()
1327 *is_empty = 0; in xfs_bmap_last_extent()
1346 int is_empty; in xfs_bmap_isaeof() local
1351 &is_empty); in xfs_bmap_isaeof()
1355 if (is_empty) { in xfs_bmap_isaeof()
1383 int is_empty; in xfs_bmap_last_offset() local
1394 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
1395 if (error || is_empty) in xfs_bmap_last_offset()
5850 int is_empty; in xfs_bmap_can_insert_extents() local
5859 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty); in xfs_bmap_can_insert_extents()
5860 if (!error && !is_empty && got.br_startoff >= off && in xfs_bmap_can_insert_extents()