Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 – 4 of 4) sorted by relevance

/fs/ubifs/
Drecovery.c50 static int is_empty(void *buf, int len) in is_empty() function
161 if (!is_empty(buf, min_t(int, len, sz))) { in get_master_node()
171 if (!is_empty(buf, len)) in get_master_node()
414 return is_empty(p, check_len); in is_last_write()
466 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
479 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
685 } else if (!is_empty(buf, len)) { in ubifs_recover_leb()
924 if (err || !is_empty(sbuf, len)) { in recover_head()
/fs/xfs/
Dxfs_bmap_util.h53 int *is_empty);
/fs/ntfs/
Dlogfile.c488 goto is_empty; in ntfs_check_logfile()
604 is_empty: in ntfs_check_logfile()
/fs/xfs/libxfs/
Dxfs_bmap.c1359 int *is_empty) in xfs_bmap_last_extent() argument
1373 *is_empty = 1; in xfs_bmap_last_extent()
1375 *is_empty = 0; in xfs_bmap_last_extent()
1394 int is_empty; in xfs_bmap_isaeof() local
1399 &is_empty); in xfs_bmap_isaeof()
1403 if (is_empty) { in xfs_bmap_isaeof()
1431 int is_empty; in xfs_bmap_last_offset() local
1442 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
1443 if (error || is_empty) in xfs_bmap_last_offset()
5867 int is_empty; in xfs_bmap_can_insert_extents() local
[all …]