Searched refs:has_sparse (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dpci-sysfs.c275 static inline int has_sparse(struct pci_controller *hose, function
290 int sparse = has_sparse(hose, mmap_type);
312 if (!has_sparse(hose, mmap_type))
/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c162 static inline bool has_sparse(const struct volume_index *volume_index) function
170 if (!has_sparse(volume_index))
688 if (has_sparse(volume_index)) {
801 if (has_sparse(volume_index))
906 if (!has_sparse(volume_index)) {
973 if ((result == UDS_SUCCESS) && has_sparse(volume_index)) {
1061 if (!has_sparse(volume_index)) {
1102 if ((result == UDS_SUCCESS) && has_sparse(volume_index))
1159 if (!has_sparse(volume_index))

Completed in 237 milliseconds