Searched refs:pdh_dentry (Results 1 – 3 of 3) sorted by relevance
866 pdh->pdh_dentry = NULL; in rpc_init_pipe_dir_head()893 if (pdh->pdh_dentry) in rpc_add_pipe_dir_object_locked()894 ret = pdo->pdo_ops->create(pdh->pdh_dentry, pdo); in rpc_add_pipe_dir_object_locked()905 if (pdh->pdh_dentry) in rpc_remove_pipe_dir_object_locked()906 pdo->pdo_ops->destroy(pdh->pdh_dentry, pdo); in rpc_remove_pipe_dir_object_locked()996 struct dentry *dir = pdh->pdh_dentry; in rpc_create_pipe_dir_objects()1006 struct dentry *dir = pdh->pdh_dentry; in rpc_destroy_pipe_dir_objects()1057 rpc_client->cl_pipedir_objects.pdh_dentry = ret; in rpc_create_client_dir()1069 struct dentry *dentry = rpc_client->cl_pipedir_objects.pdh_dentry; in rpc_remove_client_dir()1074 rpc_client->cl_pipedir_objects.pdh_dentry = NULL; in rpc_remove_client_dir()
171 if (clnt->cl_pipedir_objects.pdh_dentry != NULL) in rpc_clnt_skip_event()177 if (clnt->cl_pipedir_objects.pdh_dentry == NULL) in rpc_clnt_skip_event()
11 struct dentry *pdh_dentry; member