Searched defs:kernfs_node (Results 1 – 1 of 1) sorted by relevance
6679 struct kernfs_node { struct6683 struct kernfs_node *parent; argument6684 const char *name;6685 struct rb_node rb;6686 const void *ns;6687 unsigned int hash;6688 union {6693 void *priv;6694 u64 id;6695 short unsigned int flags;[all …]