Searched refs:errorp (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/
H A Dfile.c242 * errorp will be valid only when the returned files_struct is NULL.
244 struct files_struct *dup_fd(struct files_struct *oldf, int *errorp) dup_fd() argument
251 *errorp = -ENOMEM; dup_fd()
281 *errorp = -ENOMEM; dup_fd()
288 *errorp = -EMFILE; dup_fd()

Completed in 73 milliseconds