Searched refs:pdh_dentry (Results 1 – 3 of 3) sorted by relevance
883 pdh->pdh_dentry = NULL; in rpc_init_pipe_dir_head()910 if (pdh->pdh_dentry) in rpc_add_pipe_dir_object_locked()911 ret = pdo->pdo_ops->create(pdh->pdh_dentry, pdo); in rpc_add_pipe_dir_object_locked()922 if (pdh->pdh_dentry) in rpc_remove_pipe_dir_object_locked()923 pdo->pdo_ops->destroy(pdh->pdh_dentry, pdo); in rpc_remove_pipe_dir_object_locked()1013 struct dentry *dir = pdh->pdh_dentry; in rpc_create_pipe_dir_objects()1023 struct dentry *dir = pdh->pdh_dentry; in rpc_destroy_pipe_dir_objects()1074 rpc_client->cl_pipedir_objects.pdh_dentry = ret; in rpc_create_client_dir()1086 struct dentry *dentry = rpc_client->cl_pipedir_objects.pdh_dentry; in rpc_remove_client_dir()1091 rpc_client->cl_pipedir_objects.pdh_dentry = NULL; in rpc_remove_client_dir()
170 if (clnt->cl_pipedir_objects.pdh_dentry != NULL) in rpc_clnt_skip_event()176 if (clnt->cl_pipedir_objects.pdh_dentry == NULL) in rpc_clnt_skip_event()
10 struct dentry *pdh_dentry; member