Home
last modified time | relevance | path

Searched refs:nr_slots (Results 1 – 3 of 3) sorted by relevance

/fs/fat/
Ddir.c281 wchar_t **unicode, unsigned char *nr_slots) in fat_parse_long() argument
302 *nr_slots = slots; in fat_parse_long()
336 *nr_slots = 0; in fat_parse_long()
469 unsigned char nr_slots; in fat_search_long() local
480 nr_slots = 0; in fat_search_long()
489 &unicode, &nr_slots); in fat_search_long()
514 if (nr_slots) { in fat_search_long()
526 nr_slots++; /* include the de */ in fat_search_long()
527 sinfo->slot_off = cpos - nr_slots * sizeof(*de); in fat_search_long()
528 sinfo->nr_slots = nr_slots; in fat_search_long()
[all …]
Dnamei_vfat.c592 struct msdos_dir_slot *slots, int *nr_slots) in vfat_build_slots() argument
606 *nr_slots = 0; in vfat_build_slots()
634 *nr_slots = usize / 13; in vfat_build_slots()
635 for (ps = slots, i = *nr_slots; i > 0; i--, ps++) { in vfat_build_slots()
651 (*nr_slots)++; in vfat_build_slots()
672 int err, nr_slots; in vfat_add_entry() local
683 slots, &nr_slots); in vfat_add_entry()
687 err = fat_add_entries(dir, slots, nr_slots, sinfo); in vfat_add_entry()
Dfat.h134 int nr_slots; /* number of slots + 1(de) in filename */ member
307 extern int fat_add_entries(struct inode *dir, void *slots, int nr_slots,