Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Drpc_pipe.c868 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()
A Dclnt.c169 if (clnt->cl_pipedir_objects.pdh_dentry != NULL) in rpc_clnt_skip_event()
175 if (clnt->cl_pipedir_objects.pdh_dentry == NULL) in rpc_clnt_skip_event()
/linux-6.3-rc2/include/linux/sunrpc/
A Drpc_pipe_fs.h9 struct dentry *pdh_dentry; member

Completed in 11 milliseconds