Searched defs:kernfs_fs_context (Results 1 – 1 of 1) sorted by relevance
277 struct kernfs_fs_context { struct278 struct kernfs_root *root; /* Root of the hierarchy being mounted */279 void *ns_tag; /* Namespace tag of the mount (or NULL) */280 unsigned long magic; /* File system specific magic number */283 bool new_sb_created; /* Set to T if we allocated a new sb */
Completed in 10 milliseconds