taglinefilesource code
flc_count55fs/sysv/balloc.cunsigned short * flc_count;
flc_count67fs/sysv/balloc.cflc_count = &((struct xenix_freelist_chunk *) bh_data)->fl_nfree;
flc_count71fs/sysv/balloc.cflc_count = &((struct sysv4_freelist_chunk *) bh_data)->fl_nfree;
flc_count75fs/sysv/balloc.cflc_count = &((struct sysv2_freelist_chunk *) bh_data)->fl_nfree;
flc_count79fs/sysv/balloc.cflc_count = &((struct coh_freelist_chunk *) bh_data)->fl_nfree;
flc_count84fs/sysv/balloc.c*flc_count = *sb->sv_sb_flc_count; /* = sb->sv_flc_size */
flc_count85fs/sysv/balloc.cmemcpy(flc_blocks, sb->sv_sb_flc_blocks, *flc_count * sizeof(sysv_zone_t));
flc_count157fs/sysv/balloc.cunsigned short * flc_count;
flc_count170fs/sysv/balloc.cflc_count = &((struct xenix_freelist_chunk *) bh_data)->fl_nfree;
flc_count174fs/sysv/balloc.cflc_count = &((struct sysv4_freelist_chunk *) bh_data)->fl_nfree;
flc_count178fs/sysv/balloc.cflc_count = &((struct sysv2_freelist_chunk *) bh_data)->fl_nfree;
flc_count182fs/sysv/balloc.cflc_count = &((struct coh_freelist_chunk *) bh_data)->fl_nfree;
flc_count187fs/sysv/balloc.cif (*flc_count > sb->sv_flc_size) {
flc_count193fs/sysv/balloc.c*sb->sv_sb_flc_count = *flc_count;
flc_count194fs/sysv/balloc.cmemcpy(sb->sv_sb_flc_blocks, flc_blocks, *flc_count * sizeof(sysv_zone_t));
flc_count250fs/sysv/balloc.cunsigned short * flc_count;
flc_count264fs/sysv/balloc.cflc_count = &((struct xenix_freelist_chunk *) bh_data)->fl_nfree;
flc_count268fs/sysv/balloc.cflc_count = &((struct sysv4_freelist_chunk *) bh_data)->fl_nfree;
flc_count272fs/sysv/balloc.cflc_count = &((struct sysv2_freelist_chunk *) bh_data)->fl_nfree;
flc_count276fs/sysv/balloc.cflc_count = &((struct coh_freelist_chunk *) bh_data)->fl_nfree;
flc_count281fs/sysv/balloc.cif (*flc_count > sb->sv_flc_size) {
flc_count286fs/sysv/balloc.cif (*flc_count == 0) { /* Applies only to Coherent FS */
flc_count290fs/sysv/balloc.cfor (i = *flc_count ; /* i > 0 */ ; ) {