Lines Matching refs:is_empty
1359 int *is_empty) in xfs_bmap_last_extent() argument
1373 *is_empty = 1; in xfs_bmap_last_extent()
1375 *is_empty = 0; in xfs_bmap_last_extent()
1394 int is_empty; in xfs_bmap_isaeof() local
1399 &is_empty); in xfs_bmap_isaeof()
1403 if (is_empty) { in xfs_bmap_isaeof()
1431 int is_empty; in xfs_bmap_last_offset() local
1442 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
1443 if (error || is_empty) in xfs_bmap_last_offset()
5867 int is_empty; in xfs_bmap_can_insert_extents() local
5876 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty); in xfs_bmap_can_insert_extents()
5877 if (!error && !is_empty && got.br_startoff >= off && in xfs_bmap_can_insert_extents()