Searched refs:is_empty (Results 1 – 6 of 6) sorted by relevance
/fs/ntfs3/ |
D | dir.c | 508 static int ntfs_dir_count(struct inode *dir, bool *is_empty, size_t *dirs, in ntfs_dir_count() argument 522 if (is_empty) in ntfs_dir_count() 523 *is_empty = true; in ntfs_dir_count() 552 if (is_empty) { in ntfs_dir_count() 553 *is_empty = false; in ntfs_dir_count() 598 bool is_empty = false; in dir_is_empty() local 600 ntfs_dir_count(dir, &is_empty, NULL, NULL); in dir_is_empty() 602 return is_empty; in dir_is_empty()
|
D | frecord.c | 3327 bool is_empty; in ni_write_inode() local 3334 is_empty = !mi_enum_attr(mi, NULL); in ni_write_inode() 3336 if (is_empty) in ni_write_inode() 3343 if (is_empty) { in ni_write_inode()
|
/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 | 53 int *is_empty);
|
/fs/ntfs/ |
D | logfile.c | 488 goto is_empty; in ntfs_check_logfile() 603 is_empty: in ntfs_check_logfile()
|
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 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 [all …]
|