Changeset View
Changeset View
Standalone View
Standalone View
sys/compat/linuxkpi/common/include/linux/file.h
| Show All 33 Lines | |||||
| #include <sys/filedesc.h> | #include <sys/filedesc.h> | ||||
| #include <sys/refcount.h> | #include <sys/refcount.h> | ||||
| #include <sys/capsicum.h> | #include <sys/capsicum.h> | ||||
| #include <sys/proc.h> | #include <sys/proc.h> | ||||
| #include <linux/fs.h> | #include <linux/fs.h> | ||||
| #include <linux/slab.h> | #include <linux/slab.h> | ||||
| #include <linux/compiler.h> | |||||
| #include <linux/types.h> | |||||
| #include <linux/errno.h> | |||||
| #include <linux/cleanup.h> | |||||
| struct linux_file; | struct linux_file; | ||||
| #undef file | #undef file | ||||
| extern const struct fileops linuxfileops; | extern const struct fileops linuxfileops; | ||||
| static inline struct linux_file * | static inline struct linux_file * | ||||
| linux_fget(unsigned int fd) | linux_fget(unsigned int fd) | ||||
| ▲ Show 20 Lines • Show All 136 Lines • Show Last 20 Lines | |||||