|
Linux Kernel
3.7.1
|
#include <fs_struct.h>
Data Fields | |
| int | users |
| spinlock_t | lock |
| seqcount_t | seq |
| int | umask |
| int | in_exec |
| struct path root | pwd |
Definition at line 8 of file fs_struct.h.
| int in_exec |
Definition at line 13 of file fs_struct.h.
| spinlock_t lock |
Definition at line 10 of file fs_struct.h.
Definition at line 14 of file fs_struct.h.
| seqcount_t seq |
Definition at line 11 of file fs_struct.h.
| int umask |
Definition at line 12 of file fs_struct.h.
| int users |
Definition at line 9 of file fs_struct.h.
1.8.2