Lines Matching refs:is_empty
1273 int *is_empty) in xfs_bmap_last_extent() argument
1285 *is_empty = 1; in xfs_bmap_last_extent()
1287 *is_empty = 0; in xfs_bmap_last_extent()
1306 int is_empty; in xfs_bmap_isaeof() local
1311 &is_empty); in xfs_bmap_isaeof()
1315 if (is_empty) { in xfs_bmap_isaeof()
1343 int is_empty; in xfs_bmap_last_offset() local
1354 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
1355 if (error || is_empty) in xfs_bmap_last_offset()
5807 int is_empty; in xfs_bmap_can_insert_extents() local
5816 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty); in xfs_bmap_can_insert_extents()
5817 if (!error && !is_empty && got.br_startoff >= off && in xfs_bmap_can_insert_extents()