Lines Matching defs:is_empty
1330 int *is_empty)
1342 *is_empty = 1;
1344 *is_empty = 0;
1363 int is_empty;
1368 &is_empty);
1372 if (is_empty) {
1400 int is_empty;
1413 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty);
1414 if (error || is_empty)
5760 int is_empty;
5769 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty);
5770 if (!error && !is_empty && got.br_startoff >= off &&