Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/
Drpc_pipe.c867 pdh->pdh_dentry = NULL; in rpc_init_pipe_dir_head()
894 if (pdh->pdh_dentry) in rpc_add_pipe_dir_object_locked()
895 ret = pdo->pdo_ops->create(pdh->pdh_dentry, pdo); in rpc_add_pipe_dir_object_locked()
906 if (pdh->pdh_dentry) in rpc_remove_pipe_dir_object_locked()
907 pdo->pdo_ops->destroy(pdh->pdh_dentry, pdo); in rpc_remove_pipe_dir_object_locked()
997 struct dentry *dir = pdh->pdh_dentry; in rpc_create_pipe_dir_objects()
1007 struct dentry *dir = pdh->pdh_dentry; in rpc_destroy_pipe_dir_objects()
1058 rpc_client->cl_pipedir_objects.pdh_dentry = ret; in rpc_create_client_dir()
1070 struct dentry *dentry = rpc_client->cl_pipedir_objects.pdh_dentry; in rpc_remove_client_dir()
1075 rpc_client->cl_pipedir_objects.pdh_dentry = NULL; in rpc_remove_client_dir()
Dclnt.c167 if (clnt->cl_pipedir_objects.pdh_dentry != NULL) in rpc_clnt_skip_event()
173 if (clnt->cl_pipedir_objects.pdh_dentry == NULL) in rpc_clnt_skip_event()
/linux-6.12.1/include/linux/sunrpc/
Drpc_pipe_fs.h9 struct dentry *pdh_dentry; member