Lines Matching defs:slots
622 int f2fs_room_for_filename(const void *bitmap, int slots, int max_slots)
632 if (zero_end - zero_start >= slots)
647 int slots = GET_DENTRY_SLOTS(fname->disk_name.len);
651 bit_pos = f2fs_room_for_filename(d.bitmap, slots, d.max);
661 int slots = GET_DENTRY_SLOTS(name->len);
670 for (i = 0; i < slots; i++) {
690 int slots, err = 0;
693 slots = GET_DENTRY_SLOTS(fname->disk_name.len);
725 slots, NR_DENTRY_IN_BLOCK);
886 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len));
902 for (i = 0; i < slots; i++)