Searched refs:getfh (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/lib/libc/compat/sys/ |
H A D | compat_getfh.c | 47 __warn_references(getfh, 55 getfh(const char *path, struct compat_30_fhandle *fhp) in getfh() function
|
/netbsd-src/sys/lib/libsa/ |
H A D | nfs.c | 133 #define getfh(d, s) fhcopy((d)->version, (d)->fh, (s)) macro 271 getfh(d, argsv2->fh); in nfs_lookupfh() 287 getfh(d, argsv3->fh); in nfs_lookupfh() 363 getfh(d, sdata.fh); in nfs_readlink() 456 getfh(d, argsv2->fh); in nfs_readdata() 466 getfh(d, argsv3->fh); in nfs_readdata()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
H A D | mount.d | 307 int getfh(const char*, fhandle_t*); in version() 338 pragma(mangle, "getfh@@FBSD_1.0") int getfh(const char*, fhandle_t*);
|
/netbsd-src/sys/compat/sys/ |
H A D | mount.h | 200 int getfh(const char *path, struct compat_30_fhandle *fhp);
|
/netbsd-src/tests/fs/tmpfs/ |
H A D | h_tools.c | 89 error = getfh(argv[1], fh, &fh_size); in getfh_main()
|
/netbsd-src/share/doc/psd/05.sysman/ |
H A D | spell.ok | 261 getfh
|
/netbsd-src/sys/sys/ |
H A D | mount.h | 490 int getfh(const char *, void *, size_t *)
|
/netbsd-src/lib/libpuffs/ |
H A D | null.c | 277 if (getfh(PNPATH(pn), bounce, fidsize) == -1) in puffs_null_fs_nodetofh()
|
/netbsd-src/lib/libc/sys/ |
H A D | Makefile.inc | 266 getfh.2 getvfsstat.2 getgid.2 getgroups.2 \
|
/netbsd-src/usr.sbin/mountd/ |
H A D | mountd.c | 326 #define getfh(a, b, c) rump_sys_getfh((a), (b), (c)) macro 680 if (getfh(rdirpath, &fhr.fhr_fh, &fh_size) < 0) { in mntsrv()
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 1407 getfh
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | rump_syscalls.c | 4601 __weak_alias(getfh,rump___sysimpl_getfh30); 7334 }, /* 161 = getfh */
|