Lines Matching refs:is_empty
1289 int *is_empty) in xfs_bmap_last_extent() argument
1301 *is_empty = 1; in xfs_bmap_last_extent()
1303 *is_empty = 0; in xfs_bmap_last_extent()
1322 int is_empty; in xfs_bmap_isaeof() local
1327 &is_empty); in xfs_bmap_isaeof()
1331 if (is_empty) { in xfs_bmap_isaeof()
1359 int is_empty; in xfs_bmap_last_offset() local
1370 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
1371 if (error || is_empty) in xfs_bmap_last_offset()
5839 int is_empty; in xfs_bmap_can_insert_extents() local
5848 error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty); in xfs_bmap_can_insert_extents()
5849 if (!error && !is_empty && got.br_startoff >= off && in xfs_bmap_can_insert_extents()