Linux Kernel
3.7.1
|
#include <fs.h>
Data Fields | |
union { | |
struct list_head fu_list | |
struct rcu_head fu_rcuhead | |
} | f_u |
struct path | f_path |
struct file_operations * | f_op |
spinlock_t | f_lock |
atomic_long_t | f_count |
unsigned int | f_flags |
fmode_t | f_mode |
loff_t | f_pos |
struct fown_struct | f_owner |
struct cred * | f_cred |
struct file_ra_state | f_ra |
u64 | f_version |
void * | private_data |
struct address_space * | f_mapping |
struct file * | next |
struct file * | parent |
const char * | name |
int | lineno |
atomic_long_t f_count |
spinlock_t f_lock |
struct address_space* f_mapping |
struct file_operations* f_op |
struct fown_struct f_owner |
struct file_ra_state f_ra |
union { ... } f_u |