Lines Matching refs:kernfs_root
74 struct kernfs_root *ra = kernfs_root(a), *rb = kernfs_root(b);
143 kn_from = kernfs_root(kn_to)->kn;
454 wake_up_all(&kernfs_root(kn)->deactivate_waitq);
468 struct kernfs_root *root = kernfs_root(kn);
517 struct kernfs_root *root;
521 root = kernfs_root(kn);
621 static struct kernfs_node *__kernfs_new_node(struct kernfs_root *root,
711 kn = __kernfs_new_node(kernfs_root(parent), parent,
731 struct kernfs_node *kernfs_find_and_get_node_by_id(struct kernfs_root *root,
829 if (!(kernfs_root(kn)->flags & KERNFS_ROOT_CREATE_DEACTIVATED))
967 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
970 struct kernfs_root *root;
1021 void kernfs_destroy_root(struct kernfs_root *root)
1139 struct kernfs_syscall_ops *scops = kernfs_root(parent)->syscall_ops;
1157 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops;
1178 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops;
1484 wait_queue_head_t *waitq = &kernfs_root(kn)->deactivate_waitq;