Home
last modified time | relevance | path

Searched refs:Node (Results 1 – 1 of 1) sorted by relevance

/fs/
Dbinfmt_misc.c58 } Node; typedef
70 static Node *check_file(struct linux_binprm *bprm) in check_file()
76 Node *e = list_entry(l, Node, list); in check_file()
110 Node *fmt; in load_misc_binary()
238 static char * check_special_flags (char * sfs, Node * e) in check_special_flags()
273 static Node *create_entry(const char __user *buffer, size_t count) in create_entry()
275 Node *e; in create_entry()
286 memsize = sizeof(Node) + count + 8; in create_entry()
291 p = buf = (char *)e + sizeof(Node); in create_entry()
293 memset(e, 0, sizeof(Node)); in create_entry()
[all …]