Lines Matching refs:is_empty
1397 int *is_empty) in xfs_bmap_last_extent() argument
1411 *is_empty = 1; in xfs_bmap_last_extent()
1413 *is_empty = 0; in xfs_bmap_last_extent()
1432 int is_empty; in xfs_bmap_isaeof() local
1437 &is_empty); in xfs_bmap_isaeof()
1441 if (is_empty) { in xfs_bmap_isaeof()
1468 int is_empty; in xfs_bmap_last_offset() local
1480 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
1481 if (error || is_empty) in xfs_bmap_last_offset()
5789 int is_empty; in xfs_bmap_can_insert_extents() local
5798 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty); in xfs_bmap_can_insert_extents()
5799 if (!error && !is_empty && got.br_startoff >= off && in xfs_bmap_can_insert_extents()