taglinefilesource code
slots150fs/fat/dir.cunsigned char slots = 0;
slots163fs/fat/dir.cslots = id & ~0x40;
slots164fs/fat/dir.clong_slots = slots;
slots170fs/fat/dir.cslot = slots;
slots542fs/vfat/namei.cstatic loff_t vfat_find_free_slots(struct inode *dir,int slots)
slots555fs/vfat/namei.cPRINTK(("vfat_find_free_slots: find %d free slots\n", slots));
slots575fs/vfat/namei.cif (row == slots) {
slots644fs/vfat/namei.cchar *msdos_name, int *slots, int uni_xlate)
slots667fs/vfat/namei.c*slots = unilen / 13;
slots671fs/vfat/namei.cPRINTK(("vfat_fill_long_slots 3: slots=%d\n",*slots));
slots673fs/vfat/namei.cfor (ps = ds, slot = *slots; slot > 0; slot--, ps++) {
slots715fs/vfat/namei.cstruct msdos_dir_slot *ds, int *slots, int *is_long)
slots725fs/vfat/namei.c*slots = 1;
slots752fs/vfat/namei.cslots, xlate);
slots814fs/vfat/namei.cint slots, slot;
slots846fs/vfat/namei.cres = vfat_build_slots(dir, name, len, ds, &slots, &is_long);
slots854fs/vfat/namei.cif (is_long) slots++;
slots855fs/vfat/namei.coffset = vfat_find_free_slots(dir, slots);
slots863fs/vfat/namei.cfor (slot = 0, ps = ds; slot < slots; slot++, ps++) {
slots894fs/vfat/namei.csinfo_out->is_long = (slots > 1) ? 1 : 0;
slots896fs/vfat/namei.csinfo_out->long_slots = slots - 1;
slots900fs/vfat/namei.csinfo_out->total_slots = slots;
slots902fs/vfat/namei.csinfo_out->longname_offset = offset - sizeof(struct msdos_dir_slot) * slots;
slots109fs/xiafs/bitmap.cint bmap_zones, int slots, u_long bit_nr, int * not_que)
slots122fs/xiafs/bitmap.cfor (i=0; i < slots; i++) 
slots125fs/xiafs/bitmap.cif (i < slots) {      /* cache hit */
slots140fs/xiafs/bitmap.cbrelse(bmap_buf[slots-1]);
slots141fs/xiafs/bitmap.cbmap_buf[slots-1]=tmp_bh;
slots142fs/xiafs/bitmap.cbznr[slots-1]=z_nr;
slots144fs/xiafs/bitmap.c*not_que=slots-1;
slots146fs/xiafs/bitmap.cque(bmap_buf, bznr, slots-1);
slots170fs/xiafs/bitmap.cint slots, u_long prev_bit)
slots196fs/xiafs/bitmap.cbmap_zones, slots, pos, &z_nr);