Searched refs:pdh_dentry (Results 1 – 3 of 3) sorted by relevance
868 pdh->pdh_dentry = NULL; in rpc_init_pipe_dir_head()895 if (pdh->pdh_dentry) in rpc_add_pipe_dir_object_locked()896 ret = pdo->pdo_ops->create(pdh->pdh_dentry, pdo); in rpc_add_pipe_dir_object_locked()907 if (pdh->pdh_dentry) in rpc_remove_pipe_dir_object_locked()908 pdo->pdo_ops->destroy(pdh->pdh_dentry, pdo); in rpc_remove_pipe_dir_object_locked()998 struct dentry *dir = pdh->pdh_dentry; in rpc_create_pipe_dir_objects()1008 struct dentry *dir = pdh->pdh_dentry; in rpc_destroy_pipe_dir_objects()1059 rpc_client->cl_pipedir_objects.pdh_dentry = ret; in rpc_create_client_dir()1071 struct dentry *dentry = rpc_client->cl_pipedir_objects.pdh_dentry; in rpc_remove_client_dir()1076 rpc_client->cl_pipedir_objects.pdh_dentry = NULL; in rpc_remove_client_dir()
172 if (clnt->cl_pipedir_objects.pdh_dentry != NULL) in rpc_clnt_skip_event()178 if (clnt->cl_pipedir_objects.pdh_dentry == NULL) in rpc_clnt_skip_event()
9 struct dentry *pdh_dentry; member