tag | line | file | source code |
total_slots | 835 | fs/vfat/namei.c | sinfo_out->total_slots = vf.long_slots + 1; |
total_slots | 900 | fs/vfat/namei.c | sinfo_out->total_slots = slots; |
total_slots | 1257 | fs/vfat/namei.c | if (res >= 0 && sinfo.total_slots > 0) { |
total_slots | 1298 | fs/vfat/namei.c | if (res >= 0 && sinfo.total_slots > 0) { |
total_slots | 1304 | fs/vfat/namei.c | printk("Problem in vfat_unlinkx: res=%d, total_slots=%d\n",res, sinfo.total_slots); |
total_slots | 1376 | fs/vfat/namei.c | old_slots = sinfo.total_slots; |
total_slots | 142 | include/linux/msdos_fs.h | int total_slots; /* total slots (long and short) */ |