Searched defs:kernfs_node (Results 1 – 1 of 1) sorted by relevance
5493 struct kernfs_node { struct5496 struct kernfs_node *parent; argument5497 const char *name;5498 struct rb_node rb;5499 const void *ns;5500 unsigned int hash;5501 union {5506 void *priv;5507 u64 id;5508 short unsigned int flags;[all …]