Home
last modified time | relevance | path

Searched refs:alloc_fd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/mc/
H A Dmc-request.c282 int media_request_alloc(struct media_device *mdev, int *alloc_fd) in media_request_alloc() argument
323 *alloc_fd = fd; in media_request_alloc()
/linux/include/media/
H A Dmedia-request.h214 * @alloc_fd: Store the request's file descriptor in this int
216 * Allocated the media request and put the fd in @alloc_fd.
219 int *alloc_fd);
/linux/fs/
H A Dfile.c445 * alloc_fd() might have already claimed a slot, while fd_install() in dup_fd()
570 static int alloc_fd(unsigned start, unsigned end, unsigned flags) in alloc_fd() function
617 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags()
1475 err = alloc_fd(from, nofile, flags); in f_dupfd()