Searched refs:fhandle_t (Results 1 – 12 of 12) sorted by relevance
| /mirbsd/src/sys/sys/ |
| D | mount.h | 541 typedef struct fhandle fhandle_t; typedef 612 int getfh(const char *, fhandle_t *); 619 int fhopen(const fhandle_t *, int); 620 int fhstat(const fhandle_t *, struct stat *); 621 int fhstatfs(const fhandle_t *, struct statfs *);
|
| D | syscallargs.h | 676 syscallarg(fhandle_t *) fhp; 1021 syscallarg(const fhandle_t *) fhp; 1026 syscallarg(const fhandle_t *) fhp; 1140 syscallarg(const fhandle_t *) fhp;
|
| /mirbsd/src/sys/nfs/ |
| D | nfs_serv.c | 108 fhandle_t *fhp; 175 fhandle_t *fhp; 221 fhandle_t *fhp; 350 fhandle_t *fhp; 433 fhandle_t *fhp; 535 fhandle_t *fhp; 703 fhandle_t *fhp; 1249 fhandle_t *fhp; 1485 fhandle_t *fhp; 1632 fhandle_t *fhp; [all …]
|
| D | nfs_var.h | 246 int nfs_namei(struct nameidata *, fhandle_t *, int, struct nfssvc_sock *, 256 int nfsrv_fhtovp(fhandle_t *, int, struct vnode **, struct ucred *,
|
| D | nfsproto.h | 117 #define NFSX_V3FH (sizeof (fhandle_t)) /* size this server uses */ 251 fhandle_t fh_generic;
|
| D | nfs.h | 424 fhandle_t nd_fh; /* File handle */
|
| D | nfs_subs.c | 1348 fhandle_t *fhp; 1631 fhandle_t *fhp; in nfsrv_fhtovp()
|
| /mirbsd/src/sys/compat/openbsd/ |
| D | openbsd_stat35.c | 222 fhandle_t fh; in compat_35_sys_fhstat() 232 if ((error = copyin(SCARG(uap, fhp), &fh, sizeof(fhandle_t))) != 0) in compat_35_sys_fhstat()
|
| D | openbsd_syscallargs.h | 676 syscallarg(fhandle_t *) fhp; 1014 syscallarg(const fhandle_t *) fhp; 1019 syscallarg(fhandle_t *) fhp; 1024 syscallarg(const fhandle_t *) fhp; 1134 syscallarg(const fhandle_t *) fhp;
|
| D | openbsd_stat.c | 219 syscallarg(const fhandle_t *) fhp; in compat_36_sys_fhstat()
|
| /mirbsd/src/sys/kern/ |
| D | vfs_syscalls.c | 1022 fhandle_t fh; 1073 fhandle_t fh; 1093 if ((error = copyin(SCARG(uap, fhp), &fh, sizeof(fhandle_t))) != 0) 1198 fhandle_t fh; 1208 if ((error = copyin(SCARG(uap, fhp), &fh, sizeof(fhandle_t))) != 0) 1235 fhandle_t fh; 1246 if ((error = copyin(SCARG(uap, fhp), &fh, sizeof(fhandle_t))) != 0)
|
| /mirbsd/src/sbin/mountd/ |
| D | mountd.c | 453 if (getfh(dirpath, (fhandle_t *)&fhr.fhr_fh) < 0) { in mntsrv()
|