Home
last modified time | relevance | path

Searched refs:new_clp (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfs4state.c2192 add_clp_to_name_tree(struct nfs4_client *new_clp, struct rb_root *root) in add_clp_to_name_tree() argument
2201 if (compare_blob(&clp->cl_name, &new_clp->cl_name) > 0) in add_clp_to_name_tree()
2207 rb_link_node(&new_clp->cl_namenode, parent, new); in add_clp_to_name_tree()
2208 rb_insert_color(&new_clp->cl_namenode, root); in add_clp_to_name_tree()