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

/linux-master/fs/
H A Dfile.c314 * errorp will be valid only when the returned files_struct is NULL.
316 struct files_struct *dup_fd(struct files_struct *oldf, unsigned int max_fds, int *errorp) argument
323 *errorp = -ENOMEM;
356 *errorp = -ENOMEM;
363 *errorp = -EMFILE;

Completed in 176 milliseconds