OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fs_struct
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
2003-11-04-EmptyStruct.c
4
struct
fs_struct
{ rwlock_t lock; int umask; };
struct
5
void __copy_fs_struct(struct
fs_struct
*fs) { fs->lock = (rwlock_t) { }; }
/external/kernel-headers/original/linux/
sched.h
67
#include <linux/
fs_struct
.h>
880
struct
fs_struct
*fs;
[
all
...]
Completed in 169 milliseconds