Searched defs:kernfs_node (Results 1 – 1 of 1) sorted by relevance
190 struct kernfs_node { struct202 struct kernfs_node *parent; argument203 const char *name;205 struct rb_node rb;207 const void *ns; /* namespace tag */208 unsigned int hash; /* ns + name hash */209 union {233 * kernfs_node parameter. argument
Completed in 4 milliseconds