Lines Matching defs:from
312 * from the head (left), otherwise - from tail (right)
547 /* "." and ".." can not be separated from each other */
571 /* "." and ".." can not be separated from each other */
579 /* sum of entry sizes between from-th and to-th entries including both edges */
583 int from, to;
588 from = 0;
590 from = dir_u->entry_count - count;
591 to = from + count - 1;
593 for (i = from; i <= to; i++)
677 * create_virtual_node() from where this operation is called
678 * from is of return type void.