Lines Matching defs:first
175 /* search for a first zero bit -- beginning of a window */
190 /* first zero bit found; we check next bits */
683 static void print_sep(struct seq_file *seq, int *first)
685 if (!*first)
688 *first = 0;
693 int first = 1;
702 print_sep(seq, &first);
710 print_sep(seq, &first);
718 print_sep(seq, &first);
722 print_sep(seq, &first);
726 print_sep(seq, &first);
730 print_sep(seq, &first);
734 print_sep(seq, &first);
738 print_sep(seq, &first);
742 print_sep(seq, &first);
746 print_sep(seq, &first);
750 print_sep(seq, &first);
754 print_sep(seq, &first);
758 print_sep(seq, &first);
762 print_sep(seq, &first);
767 print_sep(seq, &first);
836 * keep the root dir and it's first set of subdirs close to
880 * for indirect item: go to left and look for the first non-hole entry
902 * should be, if formatted node, then try to put on first part of the device
1033 * whenever we create a new directory, we displace it. At first
1168 /* fill free_blocknrs array first */
1399 /* The first bit must ALWAYS be 1 */
1402 "corrupted: first bit must be 1", bh->b_blocknr);