OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfs_pub
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/nfs/
nfs_export.c
130
struct nfs_public
nfs_pub
;
variable in typeref:struct:nfs_public
740
if (
nfs_pub
.np_valid) {
741
nfs_pub
.np_valid = 0;
742
if (
nfs_pub
.np_handle != NULL) {
743
free(
nfs_pub
.np_handle, M_TEMP);
744
nfs_pub
.np_handle = NULL;
746
if (
nfs_pub
.np_index != NULL) {
747
free(
nfs_pub
.np_index, M_TEMP);
748
nfs_pub
.np_index = NULL;
757
if (
nfs_pub
.np_valid != 0 && mp != nfs_pub.np_mount
[
all
...]
nfs_srvsubs.c
309
if (!pubflag || !
nfs_pub
.np_valid)
311
fhp =
nfs_pub
.np_handle;
nfs_var.h
360
extern struct nfs_public
nfs_pub
;
nfs_syscalls.c
1034
nfs_pub
.np_valid = 0;
nfs_serv.c
429
if (nd.ni_vp->v_type == VDIR &&
nfs_pub
.np_index != NULL &&
430
(ipb = pathbuf_create(
nfs_pub
.np_index)) != NULL) {
459
if (!error && ndp->ni_vp->v_mount !=
nfs_pub
.np_mount) {
Completed in 42 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025