taglinefilesource code
flc_count65fs/sysv/balloc.cunsigned short * flc_count;
flc_count80fs/sysv/balloc.cflc_count = &((struct xenix_freelist_chunk *) bh_data)->fl_nfree;
flc_count84fs/sysv/balloc.cflc_count = &((struct sysv4_freelist_chunk *) bh_data)->fl_nfree;
flc_count88fs/sysv/balloc.cflc_count = &((struct sysv2_freelist_chunk *) bh_data)->fl_nfree;
flc_count92fs/sysv/balloc.cflc_count = &((struct coh_freelist_chunk *) bh_data)->fl_nfree;
flc_count97fs/sysv/balloc.c*flc_count = *sb->sv_sb_flc_count; /* = sb->sv_flc_size */
flc_count98fs/sysv/balloc.cmemcpy(flc_blocks, sb->sv_sb_flc_blocks, *flc_count * sizeof(sysv_zone_t));
flc_count175fs/sysv/balloc.cunsigned short * flc_count;
flc_count187fs/sysv/balloc.cflc_count = &((struct xenix_freelist_chunk *) bh_data)->fl_nfree;
flc_count191fs/sysv/balloc.cflc_count = &((struct sysv4_freelist_chunk *) bh_data)->fl_nfree;
flc_count195fs/sysv/balloc.cflc_count = &((struct sysv2_freelist_chunk *) bh_data)->fl_nfree;
flc_count199fs/sysv/balloc.cflc_count = &((struct coh_freelist_chunk *) bh_data)->fl_nfree;
flc_count204fs/sysv/balloc.cif (*flc_count > sb->sv_flc_size) {
flc_count210fs/sysv/balloc.c*sb->sv_sb_flc_count = *flc_count;
flc_count211fs/sysv/balloc.cmemcpy(sb->sv_sb_flc_blocks, flc_blocks, *flc_count * sizeof(sysv_zone_t));
flc_count271fs/sysv/balloc.cunsigned short * flc_count;
flc_count284fs/sysv/balloc.cflc_count = &((struct xenix_freelist_chunk *) bh_data)->fl_nfree;
flc_count288fs/sysv/balloc.cflc_count = &((struct sysv4_freelist_chunk *) bh_data)->fl_nfree;
flc_count292fs/sysv/balloc.cflc_count = &((struct sysv2_freelist_chunk *) bh_data)->fl_nfree;
flc_count296fs/sysv/balloc.cflc_count = &((struct coh_freelist_chunk *) bh_data)->fl_nfree;
flc_count301fs/sysv/balloc.cif (*flc_count > sb->sv_flc_size) {
flc_count306fs/sysv/balloc.cif (*flc_count == 0) { /* Applies only to Coherent FS */
flc_count310fs/sysv/balloc.cfor (i = *flc_count ; /* i > 0 */ ; ) {