Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Drecovery.c62 static int is_empty(void *buf, int len) in is_empty() function
173 if (!is_empty(buf, min_t(int, len, sz))) { in get_master_node()
183 if (!is_empty(buf, len)) in get_master_node()
425 return is_empty(p, check_len); in is_last_write()
477 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
490 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
696 } else if (!is_empty(buf, len)) { in ubifs_recover_leb()
935 if (err || !is_empty(sbuf, len)) { in recover_head()
/linux-4.19.296/fs/xfs/
Dxfs_bmap_util.h55 int *is_empty);
/linux-4.19.296/fs/ntfs/
Dlogfile.c502 goto is_empty; in ntfs_check_logfile()
618 is_empty: in ntfs_check_logfile()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c1398 int *is_empty) in xfs_bmap_last_extent() argument
1412 *is_empty = 1; in xfs_bmap_last_extent()
1414 *is_empty = 0; in xfs_bmap_last_extent()
1433 int is_empty; in xfs_bmap_isaeof() local
1438 &is_empty); in xfs_bmap_isaeof()
1442 if (is_empty) { in xfs_bmap_isaeof()
1469 int is_empty; in xfs_bmap_last_offset() local
1481 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
1482 if (error || is_empty) in xfs_bmap_last_offset()
5745 int is_empty; in xfs_bmap_can_insert_extents() local
[all …]