Lines Matching refs:from
5 * helper functions for making synthetic files from sequences of records.
97 m->count = m->from = 0;
122 m->from = offset - pos;
123 m->count -= m->from;
144 * @file: the file to read from
185 * if request is to read from zero offset, reset iterator to first
216 n = copy_to_iter(m->buf + m->from, m->count, iter);
218 m->from += n;
224 m->from = 0;
284 m->from = n;
367 * Puts string into buffer, replacing each occurrence of character from
424 * Copy the path from @p to @s, replacing each occurrence of character from
524 * returns the path of the 'dentry' from the root of its filesystem.