Searched defs:fs_struct (Results 1 – 8 of 8) sorted by relevance
4 struct fs_struct { rwlock_t lock; int umask; }; argument
8698 struct fs_struct { struct8699 int users;8700 spinlock_t lock;8701 seqcount_spinlock_t seq;8702 int umask;8703 int in_exec;8704 struct path root;8705 struct path pwd;
11044 struct fs_struct { struct11045 int users;11046 spinlock_t lock;11047 seqcount_spinlock_t seq;11048 int umask;11049 int in_exec;11050 struct path root;11051 struct path pwd;
7743 struct fs_struct { struct7744 int users;7745 spinlock_t lock;7746 seqcount_spinlock_t seq;7747 int umask;7748 int in_exec;7749 struct path root;7750 struct path pwd;
11266 struct fs_struct { struct11267 int users;11268 spinlock_t lock;11269 seqcount_t seq;11270 int umask;11271 int in_exec;11272 struct path root;11273 struct path pwd;