Searched defs:kernfs_node (Results 1 – 1 of 1) sorted by relevance
128 struct kernfs_node { struct140 struct kernfs_node *parent; argument141 const char *name;143 struct rb_node rb;145 const void *ns; /* namespace tag */146 unsigned int hash; /* ns + name hash */147 union {171 * kernfs_node parameter. argument
Completed in 6 milliseconds