Searched refs:is_empty (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-eeprom-read.c | 275 bool is_empty = false; in iwl_is_otp_empty() local 281 is_empty = true; in iwl_is_otp_empty() 285 is_empty = true; in iwl_is_otp_empty() 288 return is_empty; in iwl_is_otp_empty()
|
/linux-4.1.27/fs/ubifs/ |
D | recovery.c | 62 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() 478 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 491 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 697 } else if (!is_empty(buf, len)) { in ubifs_recover_leb() 936 if (err || !is_empty(sbuf, len)) { in recover_head()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_bmap_util.h | 55 int *is_empty);
|
/linux-4.1.27/fs/ntfs/ |
D | logfile.c | 501 goto is_empty; in ntfs_check_logfile() 617 is_empty: in ntfs_check_logfile()
|
/linux-4.1.27/drivers/usb/serial/ |
D | mxuport.c | 584 bool is_empty = true; in mxuport_tx_empty() local 602 is_empty = false; in mxuport_tx_empty() 606 return is_empty; in mxuport_tx_empty()
|
/linux-4.1.27/kernel/ |
D | cpuset.c | 2124 bool is_empty; in hotplug_update_tasks_legacy() local 2142 is_empty = cpumask_empty(cs->cpus_allowed) || in hotplug_update_tasks_legacy() 2152 if (is_empty) in hotplug_update_tasks_legacy()
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | ubi.h | 737 int is_empty; member
|
D | attach.c | 1116 ai->is_empty = 1; in late_analysis() 1526 if (ai->is_empty) { in self_check_ai()
|
D | vtbl.c | 802 if (ai->is_empty) { in ubi_read_volume_table()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1573 int *is_empty) in xfs_bmap_last_extent() argument 1587 *is_empty = 1; in xfs_bmap_last_extent() 1592 *is_empty = 0; in xfs_bmap_last_extent() 1611 int is_empty; in xfs_bmap_isaeof() local 1616 &is_empty); in xfs_bmap_isaeof() 1620 if (is_empty) { in xfs_bmap_isaeof() 1647 int is_empty; in xfs_bmap_last_offset() local 1659 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset() 1660 if (error || is_empty) in xfs_bmap_last_offset()
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.c | 4978 u32 is_empty = TRUE; in vxge_hw_vpath_close() local 4993 is_empty = FALSE; in vxge_hw_vpath_close() 4996 if (!is_empty) { in vxge_hw_vpath_close()
|