Home
last modified time | relevance | path

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

/fs/
Dbinfmt_misc.c63 } Node; typedef
90 static Node *check_file(struct linux_binprm *bprm) in check_file()
97 Node *e = list_entry(l, Node, list); in check_file()
134 Node *fmt; in load_misc_binary()
277 static char *check_special_flags(char *sfs, Node *e) in check_special_flags()
321 static Node *create_entry(const char __user *buffer, size_t count) in create_entry()
323 Node *e; in create_entry()
336 memsize = sizeof(Node) + count + 8; in create_entry()
341 p = buf = (char *)e + sizeof(Node); in create_entry()
343 memset(e, 0, sizeof(Node)); in create_entry()
[all …]