Home
last modified time | relevance | path

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

/fs/
Dbinfmt_misc.c57 } Node; typedef
84 static Node *check_file(struct linux_binprm *bprm) in check_file()
91 Node *e = list_entry(l, Node, list); in check_file()
128 Node *fmt; in load_misc_binary()
262 static char *check_special_flags(char *sfs, Node *e) in check_special_flags()
301 static Node *create_entry(const char __user *buffer, size_t count) in create_entry()
303 Node *e; in create_entry()
316 memsize = sizeof(Node) + count + 8; in create_entry()
321 p = buf = (char *)e + sizeof(Node); in create_entry()
323 memset(e, 0, sizeof(Node)); in create_entry()
[all …]