Home
last modified time | relevance | path

Searched defs:binfmt_misc_entry (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dbinfmt_misc.c103 struct binfmt_misc_entry { struct
104 struct hlist_node node;
105 unsigned long flags; /* type, status, etc. */
106 int offset; /* offset of magic */
107 int size; /* size of magic/mask */
108 char *magic; /* magic or filename extension */
132 * (like struct binfmt_misc_entry). argument
383 DEFINE_FREE(put_binfmt_handler, struct binfmt_misc_entry *, put_binfmt_handler(_T)) in DEFINE_FREE()