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.c284 int media_request_alloc(struct media_device *mdev, int *alloc_fd) in media_request_alloc() argument
326 *alloc_fd = fd_publish(fdf); in media_request_alloc()
H A Dmc-device.c375 int *alloc_fd = arg; in media_device_request_alloc() local
380 return media_request_alloc(mdev, alloc_fd); in media_device_request_alloc()
/linux/fs/
H A Dfile.c570 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()
1504 err = alloc_fd(from, nofile, flags); in f_dupfd()