Symbol: fhandle_t
sbin/mountd/mountd.c
150
fhandle_t gr_fh;
sbin/mountd/mountd.c
567
imsg_getfh(char *path, fhandle_t *fh)
sbin/mountd/mountd.c
827
if (imsg_getfh(dirpath, (fhandle_t *)&fhr.fhr_fh) < 0) {
sys/kern/vfs_syscalls.c
1250
syscallarg(fhandle_t *) fhp;
sys/kern/vfs_syscalls.c
1253
fhandle_t fh;
sys/kern/vfs_syscalls.c
1289
syscallarg(const fhandle_t *) fhp;
sys/kern/vfs_syscalls.c
1301
fhandle_t fh;
sys/kern/vfs_syscalls.c
1326
if ((error = copyin(SCARG(uap, fhp), &fh, sizeof(fhandle_t))) != 0)
sys/kern/vfs_syscalls.c
1423
syscallarg(const fhandle_t *) fhp;
sys/kern/vfs_syscalls.c
1428
fhandle_t fh;
sys/kern/vfs_syscalls.c
1438
if ((error = copyin(SCARG(uap, fhp), &fh, sizeof(fhandle_t))) != 0)
sys/kern/vfs_syscalls.c
1457
syscallarg(const fhandle_t *) fhp;
sys/kern/vfs_syscalls.c
1461
fhandle_t fh;
sys/kern/vfs_syscalls.c
1472
if ((error = copyin(SCARG(uap, fhp), &fh, sizeof(fhandle_t))) != 0)
sys/nfs/nfs_serv.c
1001
fhandle_t *fhp;
sys/nfs/nfs_serv.c
129
nfsm_srvmtofh2(struct nfsrv_descript *nfsd, fhandle_t *fhp, int *errorp)
sys/nfs/nfs_serv.c
1290
fhandle_t *fhp;
sys/nfs/nfs_serv.c
1463
fhandle_t *fhp;
sys/nfs/nfs_serv.c
154
fhandle_t *fhp;
sys/nfs/nfs_serv.c
1559
fhandle_t *ffhp, *tfhp;
sys/nfs/nfs_serv.c
1764
fhandle_t *fhp, *dfhp;
sys/nfs/nfs_serv.c
1883
fhandle_t *fhp;
sys/nfs/nfs_serv.c
2043
fhandle_t *fhp;
sys/nfs/nfs_serv.c
2171
fhandle_t *fhp;
sys/nfs/nfs_serv.c
224
fhandle_t *fhp;
sys/nfs/nfs_serv.c
2318
fhandle_t *fhp;
sys/nfs/nfs_serv.c
2545
fhandle_t *fhp, *nfhp = (fhandle_t *)fl.fl_nfh;
sys/nfs/nfs_serv.c
272
fhandle_t *fhp;
sys/nfs/nfs_serv.c
2804
fhandle_t *fhp;
sys/nfs/nfs_serv.c
2873
fhandle_t *fhp;
sys/nfs/nfs_serv.c
2952
fhandle_t *fhp;
sys/nfs/nfs_serv.c
3021
fhandle_t *fhp;
sys/nfs/nfs_serv.c
442
fhandle_t *fhp;
sys/nfs/nfs_serv.c
528
fhandle_t *fhp;
sys/nfs/nfs_serv.c
622
fhandle_t *fhp;
sys/nfs/nfs_serv.c
806
fhandle_t *fhp;
sys/nfs/nfs_serv.c
969
nfsm_srvpostop_fh(struct mbuf **mb, fhandle_t *fhp)
sys/nfs/nfs_srvsubs.c
324
nfsrv_fhtovp(fhandle_t *fhp, int lockflag, struct vnode **vpp,
sys/nfs/nfs_srvsubs.c
72
nfs_namei(struct nameidata *ndp, fhandle_t *fhp, int len,
sys/nfs/nfs_subs.c
1487
nfsm_srvfhtom(struct mbuf **mp, fhandle_t *f, int v3)
sys/nfs/nfs_var.h
144
int nfs_namei(struct nameidata *, fhandle_t *, int, struct nfssvc_sock *,
sys/nfs/nfs_var.h
154
int nfsrv_fhtovp(fhandle_t *, int, struct vnode **, struct ucred *,
sys/nfs/nfs_var.h
185
void nfsm_srvfhtom(struct mbuf **, fhandle_t *, int);
sys/nfs/nfsproto.h
112
#define NFSX_V3FH (sizeof (fhandle_t)) /* size this server uses */
sys/nfs/nfsproto.h
241
fhandle_t fh_generic;
sys/sys/mount.h
620
int getfh(const char *, fhandle_t *);
sys/sys/mount.h
628
int fhopen(const fhandle_t *, int);
sys/sys/mount.h
629
int fhstat(const fhandle_t *, struct stat *);
sys/sys/mount.h
630
int fhstatfs(const fhandle_t *, struct statfs *);
sys/sys/syscallargs.h
1024
syscallarg(const fhandle_t *) fhp;
sys/sys/syscallargs.h
306
syscallarg(const fhandle_t *) fhp;
sys/sys/syscallargs.h
762
syscallarg(fhandle_t *) fhp;
sys/sys/syscallargs.h
966
syscallarg(const fhandle_t *) fhp;
usr.sbin/rpc.lockd/lockd_lock.c
508
fl->fd = fhopen((fhandle_t *)fl->filehandle.fhdata, O_RDWR);
usr.sbin/rpc.lockd/lockd_lock.c
61
return memcmp(fh1->fhdata, fh2->fhdata, sizeof(fhandle_t));
usr.sbin/tcpdump/nfs.h
114
#define NFSX_V3FH (sizeof (fhandle_t)) /* size this server uses */