Home
last modified time | relevance | path

Searched defs:nfs (Results 1 – 25 of 1677) sorted by relevance

12345678910>>...68

/dports/net/libnfs/libnfs-libnfs-4.0.0/lib/
H A Dlibnfs.c226 nfs_get_fd(struct nfs_context *nfs) in nfs_get_fd()
232 nfs_queue_length(struct nfs_context *nfs) in nfs_queue_length()
238 nfs_which_events(struct nfs_context *nfs) in nfs_which_events()
250 nfs_get_error(struct nfs_context *nfs) in nfs_get_error()
454 struct nfs_context *nfs; in nfs_init_context() local
1774 nfs_get_readmax(struct nfs_context *nfs) in nfs_get_readmax()
1783 nfs_get_writemax(struct nfs_context *nfs) in nfs_get_writemax()
1964 nfs_get_server(struct nfs_context *nfs) { in nfs_get_server()
1969 nfs_get_export(struct nfs_context *nfs) { in nfs_get_export()
1974 nfs_get_rootfh(struct nfs_context *nfs) { in nfs_get_rootfh()
[all …]
H A Dlibnfs-sync.c250 nfs_umount(struct nfs_context *nfs) in nfs_umount()
463 nfs_chdir(struct nfs_context *nfs, const char *path) in nfs_chdir()
566 nfs_close(struct nfs_context *nfs, struct nfsfh *nfsfh) in nfs_close()
613 nfs_fstat64(struct nfs_context *nfs, struct nfsfh *nfsfh, in nfs_fstat64()
711 nfs_fsync(struct nfs_context *nfs, struct nfsfh *nfsfh) in nfs_fsync()
821 nfs_mkdir(struct nfs_context *nfs, const char *path) in nfs_mkdir()
875 int nfs_rmdir(struct nfs_context *nfs, const char *path) in nfs_rmdir()
1000 nfs_unlink(struct nfs_context *nfs, const char *path) in nfs_unlink()
1124 nfs_lockf(struct nfs_context *nfs, struct nfsfh *nfsfh, in nfs_lockf()
1162 nfs_fcntl(struct nfs_context *nfs, struct nfsfh *nfsfh, in nfs_fcntl()
[all …]
H A Dnfs_v4.c140 struct nfs_context *nfs; member
1133 struct nfs_context *nfs = data->nfs; in nfs4_lookup_path_2_cb() local
1204 struct nfs_context *nfs = data->nfs; in nfs4_lookup_path_1_cb() local
1440 struct nfs_context *nfs = data->nfs; in nfs4_mount_4_cb() local
1478 struct nfs_context *nfs = data->nfs; in nfs4_mount_3_cb() local
1512 struct nfs_context *nfs = data->nfs; in nfs4_mount_2_cb() local
1555 struct nfs_context *nfs = data->nfs; in nfs4_mount_1_cb() local
1636 struct nfs_context *nfs = data->nfs; in nfs4_chdir_1_cb() local
1691 struct nfs_context *nfs = data->nfs; in nfs4_xstat64_cb() local
1763 struct nfs_context *nfs = data->nfs; in nfs4_populate_mkdir() local
[all …]
H A Dnfs_v3.c159 struct nfs_context *nfs = data->nfs; in nfs3_lookup_path_2_cb() local
278 struct nfs_context *nfs = data->nfs; in nfs3_lookup_path_1_cb() local
427 struct nfs_context *nfs = data->nfs; in nfs3_lookup_path_getattr_cb() local
573 struct nfs_context *nfs = data->nfs; in nfs3_mount_8_cb() local
605 struct nfs_context *nfs = data->nfs; in nfs3_mount_7_cb() local
668 struct nfs_context *nfs = data->nfs; in nfs3_mount_6_cb() local
732 struct nfs_context *nfs = data->nfs; in nfs3_mount_5_cb() local
776 struct nfs_context *nfs = data->nfs; in nfs3_mount_4_cb() local
888 struct nfs_context *nfs = data->nfs; in nfs3_mount_3_cb() local
1007 struct nfs_context *nfs = data->nfs; in nfs3_mount_2_cb() local
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/lib/nfs/
H A DError.cxx45 FormatNfsClientError(struct nfs_context *nfs, const char *msg) noexcept in FormatNfsClientError()
53 NfsClientError::NfsClientError(struct nfs_context *nfs, const char *msg) noexcept in NfsClientError()
58 FormatNfsClientError(int err, struct nfs_context *nfs, void *data, in FormatNfsClientError()
74 NfsClientError::NfsClientError(int err, struct nfs_context *nfs, void *data, in NfsClientError()
H A Dmeson.build7 nfs = static_library( variable
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/nfs/
H A Dnfs.go17 package nfs package
188 type nfs struct { struct
189 volName string
190 pod *v1.Pod
191 mounter mount.Interface
192 plugin *nfsPlugin
193 volume.MetricsProvider
196 func (nfsVolume *nfs) GetPath() string {
224 *nfs anonMember
296 *nfs anonMember
H A Ddoc.go19 package nfs // import "k8s.io/kubernetes/pkg/volume/nfs" package
/dports/net/libnfs/libnfs-libnfs-4.0.0/examples/
H A Dnfsclient-async.c85 void nfs_opendir_cb(int status, struct nfs_context *nfs, void *data, void *private_data) in nfs_opendir_cb()
109 void nfs_close_cb(int status, struct nfs_context *nfs, void *data, void *private_data) in nfs_close_cb()
126 void nfs_fstat64_cb(int status, struct nfs_context *nfs, void *data, void *private_data) in nfs_fstat64_cb()
149 void nfs_read_cb(int status, struct nfs_context *nfs, void *data, void *private_data) in nfs_read_cb()
173 void nfs_open_cb(int status, struct nfs_context *nfs, void *data, void *private_data) in nfs_open_cb()
193 void nfs_stat64_cb(int status, struct nfs_context *nfs, void *data, void *private_data) in nfs_stat64_cb()
216 void nfs_mount_cb(int status, struct nfs_context *nfs, void *data, void *private_data) in nfs_mount_cb()
237 struct nfs_context *nfs; in main() local
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/oncrpc/
H A Dnfs_open.c123 struct nfs_request *nfs; in nfs_free() local
141 static void nfs_done ( struct nfs_request *nfs, int rc ) { in nfs_done()
174 static void nfs_pm_step ( struct nfs_request *nfs ) { in nfs_pm_step()
210 static int nfs_pm_deliver ( struct nfs_request *nfs, in nfs_pm_deliver()
268 static void nfs_mount_step ( struct nfs_request *nfs ) { in nfs_mount_step()
301 static int nfs_mount_deliver ( struct nfs_request *nfs, in nfs_mount_deliver()
367 static void nfs_step ( struct nfs_request *nfs ) { in nfs_step()
420 static int nfs_deliver ( struct nfs_request *nfs, in nfs_deliver()
599 static int nfs_parse_uri ( struct nfs_request *nfs, const struct uri *uri ) { in nfs_parse_uri()
632 struct nfs_request *nfs; in nfs_open() local
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/oncrpc/
H A Dnfs_open.c123 struct nfs_request *nfs; in nfs_free() local
141 static void nfs_done ( struct nfs_request *nfs, int rc ) { in nfs_done()
174 static void nfs_pm_step ( struct nfs_request *nfs ) { in nfs_pm_step()
210 static int nfs_pm_deliver ( struct nfs_request *nfs, in nfs_pm_deliver()
268 static void nfs_mount_step ( struct nfs_request *nfs ) { in nfs_mount_step()
301 static int nfs_mount_deliver ( struct nfs_request *nfs, in nfs_mount_deliver()
367 static void nfs_step ( struct nfs_request *nfs ) { in nfs_step()
420 static int nfs_deliver ( struct nfs_request *nfs, in nfs_deliver()
599 static int nfs_parse_uri ( struct nfs_request *nfs, const struct uri *uri ) { in nfs_parse_uri()
632 struct nfs_request *nfs; in nfs_open() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/oncrpc/
H A Dnfs_open.c123 struct nfs_request *nfs; in nfs_free() local
141 static void nfs_done ( struct nfs_request *nfs, int rc ) { in nfs_done()
174 static void nfs_pm_step ( struct nfs_request *nfs ) { in nfs_pm_step()
210 static int nfs_pm_deliver ( struct nfs_request *nfs, in nfs_pm_deliver()
268 static void nfs_mount_step ( struct nfs_request *nfs ) { in nfs_mount_step()
301 static int nfs_mount_deliver ( struct nfs_request *nfs, in nfs_mount_deliver()
367 static void nfs_step ( struct nfs_request *nfs ) { in nfs_step()
420 static int nfs_deliver ( struct nfs_request *nfs, in nfs_deliver()
599 static int nfs_parse_uri ( struct nfs_request *nfs, const struct uri *uri ) { in nfs_parse_uri()
632 struct nfs_request *nfs; in nfs_open() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/oncrpc/
H A Dnfs_open.c123 struct nfs_request *nfs; in nfs_free() local
141 static void nfs_done ( struct nfs_request *nfs, int rc ) { in nfs_done()
174 static void nfs_pm_step ( struct nfs_request *nfs ) { in nfs_pm_step()
210 static int nfs_pm_deliver ( struct nfs_request *nfs, in nfs_pm_deliver()
268 static void nfs_mount_step ( struct nfs_request *nfs ) { in nfs_mount_step()
301 static int nfs_mount_deliver ( struct nfs_request *nfs, in nfs_mount_deliver()
367 static void nfs_step ( struct nfs_request *nfs ) { in nfs_step()
420 static int nfs_deliver ( struct nfs_request *nfs, in nfs_deliver()
599 static int nfs_parse_uri ( struct nfs_request *nfs, const struct uri *uri ) { in nfs_parse_uri()
632 struct nfs_request *nfs; in nfs_open() local
/dports/net/ipxe/ipxe-2265a65/src/net/oncrpc/
H A Dnfs_open.c123 struct nfs_request *nfs; in nfs_free() local
141 static void nfs_done ( struct nfs_request *nfs, int rc ) { in nfs_done()
174 static void nfs_pm_step ( struct nfs_request *nfs ) { in nfs_pm_step()
210 static int nfs_pm_deliver ( struct nfs_request *nfs, in nfs_pm_deliver()
268 static void nfs_mount_step ( struct nfs_request *nfs ) { in nfs_mount_step()
301 static int nfs_mount_deliver ( struct nfs_request *nfs, in nfs_mount_deliver()
367 static void nfs_step ( struct nfs_request *nfs ) { in nfs_step()
420 static int nfs_deliver ( struct nfs_request *nfs, in nfs_deliver()
599 static int nfs_parse_uri ( struct nfs_request *nfs, const struct uri *uri ) { in nfs_parse_uri()
632 struct nfs_request *nfs; in nfs_open() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/net/oncrpc/
H A Dnfs_open.c123 struct nfs_request *nfs; in nfs_free() local
141 static void nfs_done ( struct nfs_request *nfs, int rc ) { in nfs_done()
174 static void nfs_pm_step ( struct nfs_request *nfs ) { in nfs_pm_step()
210 static int nfs_pm_deliver ( struct nfs_request *nfs, in nfs_pm_deliver()
268 static void nfs_mount_step ( struct nfs_request *nfs ) { in nfs_mount_step()
301 static int nfs_mount_deliver ( struct nfs_request *nfs, in nfs_mount_deliver()
367 static void nfs_step ( struct nfs_request *nfs ) { in nfs_step()
420 static int nfs_deliver ( struct nfs_request *nfs, in nfs_deliver()
599 static int nfs_parse_uri ( struct nfs_request *nfs, const struct uri *uri ) { in nfs_parse_uri()
632 struct nfs_request *nfs; in nfs_open() local
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/net/oncrpc/
H A Dnfs_open.c123 struct nfs_request *nfs; in nfs_free() local
141 static void nfs_done ( struct nfs_request *nfs, int rc ) { in nfs_done()
174 static void nfs_pm_step ( struct nfs_request *nfs ) { in nfs_pm_step()
210 static int nfs_pm_deliver ( struct nfs_request *nfs, in nfs_pm_deliver()
268 static void nfs_mount_step ( struct nfs_request *nfs ) { in nfs_mount_step()
301 static int nfs_mount_deliver ( struct nfs_request *nfs, in nfs_mount_deliver()
367 static void nfs_step ( struct nfs_request *nfs ) { in nfs_step()
420 static int nfs_deliver ( struct nfs_request *nfs, in nfs_deliver()
599 static int nfs_parse_uri ( struct nfs_request *nfs, const struct uri *uri ) { in nfs_parse_uri()
632 struct nfs_request *nfs; in nfs_open() local
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/net/oncrpc/
H A Dnfs_open.c123 struct nfs_request *nfs; in nfs_free() local
141 static void nfs_done ( struct nfs_request *nfs, int rc ) { in nfs_done()
174 static void nfs_pm_step ( struct nfs_request *nfs ) { in nfs_pm_step()
210 static int nfs_pm_deliver ( struct nfs_request *nfs, in nfs_pm_deliver()
268 static void nfs_mount_step ( struct nfs_request *nfs ) { in nfs_mount_step()
301 static int nfs_mount_deliver ( struct nfs_request *nfs, in nfs_mount_deliver()
367 static void nfs_step ( struct nfs_request *nfs ) { in nfs_step()
420 static int nfs_deliver ( struct nfs_request *nfs, in nfs_deliver()
599 static int nfs_parse_uri ( struct nfs_request *nfs, const struct uri *uri ) { in nfs_parse_uri()
632 struct nfs_request *nfs; in nfs_open() local
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/applications/
H A Dfbsd-nfs-server.inc.php13 $nfs = json_app_get($device, 'fbsdnfsserver'); variable
18 $nfs = [ variable
H A Dfbsd-nfs-client.inc.php13 $nfs = json_app_get($device, 'fbsdnfsclient', 0); variable
18 $nfs = [ variable
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/lib/
H A DMakefile15 OBJS = binaryheap.o bipartite_match.o bloomfilter.o dshash.o hyperloglog.o \
/dports/net/openmpi/openmpi-4.1.1/test/util/
H A Dopal_path_nfs.c94 bool * nfs; in main() local
137 void get_mounts (int * num_dirs, char ** dirs[], bool * nfs[]) in get_mounts()
/dports/net/openmpi3/openmpi-3.1.6/test/util/
H A Dopal_path_nfs.c94 bool * nfs; in main() local
137 void get_mounts (int * num_dirs, char ** dirs[], bool * nfs[]) in get_mounts()
/dports/net/inlets/inlets-3.0.2/vendor/github.com/prometheus/procfs/procfs-0.0.10/nfs/
H A Dparse_nfs.go14 package nfs package
H A Dparse_nfsd.go14 package nfs package
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/prometheus/procfs/nfs/
H A Dparse_nfsd.go14 package nfs package

12345678910>>...68