fdget
f = fdget(cmd.fd);
EXPORT_SYMBOL(fdget);
struct fd f = fdget(fd);
struct fd fdget(unsigned int fd);
DEFINE_CLASS(fd, struct fd, fdput(_T), fdget(fd), int fd)