Lines Matching defs:slots
592 int f2fs_room_for_filename(const void *bitmap, int slots, int max_slots)
602 if (zero_end - zero_start >= slots)
617 int slots = GET_DENTRY_SLOTS(fname->disk_name.len);
621 bit_pos = f2fs_room_for_filename(d.bitmap, slots, d.max);
631 int slots = GET_DENTRY_SLOTS(name->len);
640 for (i = 0; i < slots; i++) {
660 int slots, err = 0;
663 slots = GET_DENTRY_SLOTS(fname->disk_name.len);
697 slots, NR_DENTRY_IN_BLOCK);
850 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len));
866 for (i = 0; i < slots; i++)