Searched defs:kernfs_root (Results 1 – 2 of 2) sorted by relevance
44448 struct kernfs_root { struct44449 struct kernfs_node *kn;44450 unsigned int flags;44451 struct idr ino_idr;44452 u32 last_id_lowbits;44453 u32 id_highbits;44454 struct kernfs_syscall_ops *syscall_ops;44455 struct list_head supers;44456 wait_queue_head_t deactivate_waitq;44480 struct kernfs_root *root; argument
54216 struct kernfs_root { struct54217 struct kernfs_node *kn;54218 unsigned int flags;54219 struct idr ino_idr;54220 u32 last_id_lowbits;54221 u32 id_highbits;54222 struct kernfs_syscall_ops *syscall_ops;54223 struct list_head supers;54224 wait_queue_head_t deactivate_waitq;54225 struct rw_semaphore kernfs_rwsem;[all …]