Searched refs:is_empty (Results 1 – 4 of 4) sorted by relevance
/fs/ubifs/ |
D | recovery.c | 50 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/ |
D | xfs_bmap_util.h | 55 int *is_empty);
|
/fs/ntfs/ |
D | logfile.c | 488 goto is_empty; in ntfs_check_logfile() 604 is_empty: in ntfs_check_logfile()
|
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1398 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 1483 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset() 1484 if (error || is_empty) in xfs_bmap_last_offset() 5800 int is_empty; in xfs_bmap_can_insert_extents() local [all …]
|