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