Lines Matching defs:is_empty
1313 int *is_empty)
1325 *is_empty = 1;
1327 *is_empty = 0;
1346 int is_empty;
1351 &is_empty);
1355 if (is_empty) {
1383 int is_empty;
1394 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty);
1395 if (error || is_empty)
5837 int is_empty;
5846 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty);
5847 if (!error && !is_empty && got.br_startoff >= off &&