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

/linux-master/drivers/vfio/
H A Dgroup.c312 int fdno; local
324 fdno = get_unused_fd_flags(O_CLOEXEC);
325 if (fdno < 0) {
326 ret = fdno;
336 fd_install(fdno, filep);
337 return fdno;
340 put_unused_fd(fdno);
/linux-master/drivers/infiniband/core/
H A Drdma_core.c340 int fdno = id; local
342 if (fdno != id)
353 f = fget(fdno);
/linux-master/drivers/iommu/iommufd/
H A Dselftest.c1072 int fdno; local
1082 fdno = get_unused_fd_flags(O_CLOEXEC);
1083 if (fdno < 0) {
1101 cmd->create_access.out_access_fd = fdno;
1107 fd_install(fdno, staccess->file);
1113 put_unused_fd(fdno);

Completed in 102 milliseconds