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

/linux-master/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-master/drivers/media/mc/
H A Dmc-request.c288 int media_request_alloc(struct media_device *mdev, int *alloc_fd) argument
329 *alloc_fd = fd;
H A Dmc-device.c375 int *alloc_fd = arg; local
380 return media_request_alloc(mdev, alloc_fd);
/linux-master/fs/
H A Dfile.c499 static int alloc_fd(unsigned start, unsigned end, unsigned flags) function
547 printk(KERN_WARNING "alloc_fd: slot %d not NULL!\n", fd);
559 return alloc_fd(0, nofile, flags);
1433 err = alloc_fd(from, nofile, flags);

Completed in 200 milliseconds