taglinefilesource code
flc_count59fs/sysv/balloc.cunsigned short * flc_count;
flc_count71fs/sysv/balloc.cflc_count = &((struct xenix_freelist_chunk *) bh_data)->fl_nfree;
flc_count75fs/sysv/balloc.cflc_count = &((struct sysv4_freelist_chunk *) bh_data)->fl_nfree;
flc_count79fs/sysv/balloc.cflc_count = &((struct sysv2_freelist_chunk *) bh_data)->fl_nfree;
flc_count83fs/sysv/balloc.cflc_count = &((struct coh_freelist_chunk *) bh_data)->fl_nfree;
flc_count88fs/sysv/balloc.c*flc_count = *sb->sv_sb_flc_count; /* = sb->sv_flc_size */
flc_count89fs/sysv/balloc.cmemcpy(flc_blocks, sb->sv_sb_flc_blocks, *flc_count * sizeof(sysv_zone_t));
flc_count161fs/sysv/balloc.cunsigned short * flc_count;
flc_count174fs/sysv/balloc.cflc_count = &((struct xenix_freelist_chunk *) bh_data)->fl_nfree;
flc_count178fs/sysv/balloc.cflc_count = &((struct sysv4_freelist_chunk *) bh_data)->fl_nfree;
flc_count182fs/sysv/balloc.cflc_count = &((struct sysv2_freelist_chunk *) bh_data)->fl_nfree;
flc_count186fs/sysv/balloc.cflc_count = &((struct coh_freelist_chunk *) bh_data)->fl_nfree;
flc_count191fs/sysv/balloc.cif (*flc_count > sb->sv_flc_size) {
flc_count197fs/sysv/balloc.c*sb->sv_sb_flc_count = *flc_count;
flc_count198fs/sysv/balloc.cmemcpy(sb->sv_sb_flc_blocks, flc_blocks, *flc_count * sizeof(sysv_zone_t));
flc_count254fs/sysv/balloc.cunsigned short * flc_count;
flc_count268fs/sysv/balloc.cflc_count = &((struct xenix_freelist_chunk *) bh_data)->fl_nfree;
flc_count272fs/sysv/balloc.cflc_count = &((struct sysv4_freelist_chunk *) bh_data)->fl_nfree;
flc_count276fs/sysv/balloc.cflc_count = &((struct sysv2_freelist_chunk *) bh_data)->fl_nfree;
flc_count280fs/sysv/balloc.cflc_count = &((struct coh_freelist_chunk *) bh_data)->fl_nfree;
flc_count285fs/sysv/balloc.cif (*flc_count > sb->sv_flc_size) {
flc_count290fs/sysv/balloc.cif (*flc_count == 0) { /* Applies only to Coherent FS */
flc_count294fs/sysv/balloc.cfor (i = *flc_count ; /* i > 0 */ ; ) {