Searched refs:dir_entry (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c127 struct dirent *dir_entry; acpi_os_get_next_filename() local
133 while ((dir_entry = readdir(external_info->dir_ptr))) { acpi_os_get_next_filename()
135 (external_info->wildcard_spec, dir_entry->d_name, 0)) { acpi_os_get_next_filename()
136 if (dir_entry->d_name[0] == '.') { acpi_os_get_next_filename()
140 str_len = strlen(dir_entry->d_name) + acpi_os_get_next_filename()
152 strcat(temp_str, dir_entry->d_name); acpi_os_get_next_filename()
172 /* copy to a temp buffer because dir_entry struct is on the stack */ acpi_os_get_next_filename()
175 dir_entry->d_name); acpi_os_get_next_filename()
/linux-4.4.14/init/
H A Dinitramfs.c123 struct dir_entry { struct
131 struct dir_entry *de = kmalloc(sizeof(struct dir_entry), GFP_KERNEL); dir_add()
133 panic("can't allocate dir_entry buffer"); dir_add()
142 struct dir_entry *de, *tmp; dir_utime()
/linux-4.4.14/fs/qnx6/
H A Dinode.c184 struct qnx6_dir_entry *dir_entry; qnx6_checkroot() local
191 dir_entry = page_address(page); qnx6_checkroot()
194 if (strncmp(dir_entry[i].de_fname, match_root[i], 3)) qnx6_checkroot()
/linux-4.4.14/drivers/scsi/aic94xx/
H A Daic94xx_sds.c413 struct asd_flash_de dir_entry[FLASH_MAX_DIR_ENTRIES]; member in struct:asd_flash_dir
669 u32 type = le32_to_cpu(flash_dir->dir_entry[i].type); asd_find_flash_de()
677 de = &flash_dir->dir_entry[i]; asd_find_flash_de()

Completed in 160 milliseconds