Home
last modified time | relevance | path

Searched defs:fhp (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/sys/nfs/
H A Dnfs_serv.c125 nfsm_srvmtofh2(struct nfsm_info * infop,fhandle_t * fhp) nfsm_srvmtofh2() argument
150 fhandle_t *fhp; nfsrv3_access() local
227 fhandle_t *fhp; nfsrv_getattr() local
281 fhandle_t *fhp; nfsrv_setattr() local
452 fhandle_t *fhp; nfsrv_lookup() local
541 fhandle_t *fhp; nfsrv_readlink() local
639 fhandle_t *fhp; nfsrv_read() local
828 fhandle_t *fhp; nfsrv_write() local
995 nfsm_srvpostop_fh(struct nfsm_info * infop,fhandle_t * fhp) nfsm_srvpostop_fh() argument
1027 fhandle_t *fhp; nfsrv_create() local
1316 fhandle_t *fhp; nfsrv_mknod() local
1491 fhandle_t *fhp; nfsrv_remove() local
1799 fhandle_t *fhp, *dfhp; nfsrv_link() local
1919 fhandle_t *fhp; nfsrv_symlink() local
2079 fhandle_t *fhp; nfsrv_mkdir() local
2207 fhandle_t *fhp; nfsrv_rmdir() local
2354 fhandle_t *fhp; nfsrv_readdir() local
2577 fhandle_t *fhp, *nfhp = (fhandle_t *)fl.fl_nfh; nfsrv_readdirplus() local
2835 fhandle_t *fhp; nfsrv_commit() local
2911 fhandle_t *fhp; nfsrv_statfs() local
2994 fhandle_t *fhp; nfsrv_fsinfo() local
3070 fhandle_t *fhp; nfsrv_pathconf() local
[all...]
H A Dnfs_vfsops.c900 nfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) in nfs_fhtovp() argument
909 nfs_vptofh(struct vnode *vp, struct fid *fhp) in nfs_vptofh() argument
H A Dnfs_subs.c1170 nfs_namei(struct nameidata * ndp,fhandle_t * fhp,int len,struct nfssvc_sock * slp,struct mbuf * nam,struct mbuf ** mdp,caddr_t * dposp,struct vnode ** retdirp,struct proc * p) nfs_namei() argument
1422 nfsrv_fhtovp(fhandle_t * fhp,int lockflag,struct vnode ** vpp,struct ucred * cred,struct nfssvc_sock * slp,struct mbuf * nam,int * rdonlyp) nfsrv_fhtovp() argument
H A Dnfs_vnops.c810 nfsfh_t *fhp; nfs_lookup() local
2528 nfsfh_t *fhp; nfs_readdirplusrpc() local
[all...]
/openbsd-src/usr.sbin/tcpdump/
H A Dparsenfsfh.c104 unsigned char *fhp = (unsigned char *)fh; in Parse_fh() local
392 is_UCX(unsigned char *fhp) in is_UCX()
/openbsd-src/usr.sbin/amd/amd/
H A Dmap.c352 fh_to_mp3(nfs_fh *fhp, int *rp, int c_or_d) in fh_to_mp3()
478 fh_to_mp(nfs_fh *fhp) in fh_to_mp()
489 mp_to_fh(am_node *mp, struct nfs_fh *fhp) in mp_to_fh()
H A Dhost_ops.c128 do_mount(fhstatus *fhp, char *dir, char *fs_name, char *opts, mntfs *mf) in do_mount()
157 fetch_fhandle(CLIENT *client, char *dir, fhstatus *fhp) in fetch_fhandle()
H A Dnfs_ops.c448 mount_nfs_fh(fhstatus *fhp, char *dir, char *fs_name, char *opts, in mount_nfs_fh()
H A Dafs_ops.c105 nfs_fh *fhp; in mount_toplvl() local
/openbsd-src/sys/tmpfs/
H A Dtmpfs_vfsops.c278 tmpfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) in tmpfs_fhtovp()
307 tmpfs_vptofh(struct vnode *vp, struct fid *fhp) in tmpfs_vptofh()
/openbsd-src/sys/miscfs/fuse/
H A Dfuse_vfsops.c335 fusefs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) in fusefs_fhtovp() argument
341 fusefs_vptofh(struct vnode *vp, struct fid *fhp) in fusefs_vptofh() argument
/openbsd-src/sys/msdosfs/
H A Dmsdosfs_vfsops.c715 msdosfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) in msdosfs_fhtovp() argument
732 msdosfs_vptofh(struct vnode *vp, struct fid *fhp) in msdosfs_vptofh() argument
/openbsd-src/sys/ntfs/
H A Dntfs_vfsops.c622 ntfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) in ntfs_fhtovp() argument
643 ntfs_vptofh(struct vnode *vp, struct fid *fhp) in ntfs_vptofh() argument
H A Dntfs_subr.c1657 struct fixuphdr *fhp = (struct fixuphdr *) buf; ntfs_procfixups() local
/openbsd-src/sys/isofs/cd9660/
H A Dcd9660_vfsops.c640 cd9660_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) in cd9660_fhtovp()
904 cd9660_vptofh(struct vnode *vp, struct fid *fhp) in cd9660_vptofh()
/openbsd-src/sys/isofs/udf/
H A Dudf_vfsops.c709 udf_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) in udf_fhtovp()
728 udf_vptofh(struct vnode *vp, struct fid *fhp) in udf_vptofh()
/openbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c969 ext2fs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) in ext2fs_fhtovp() argument
1002 ext2fs_vptofh(struct vnode *vp, struct fid *fhp) in ext2fs_vptofh() argument
/openbsd-src/usr.sbin/repquota/
H A Drepquota.c312 struct fileusage *fup, **fhp; in addid() local
/openbsd-src/gnu/usr.bin/perl/
H A Dsyscall_emulator.c411 const fhandle_t * fhp = (const fhandle_t *)va_arg(args, long); in syscall_emulator() local
954 fhandle_t * fhp = (fhandle_t *)va_arg(args, long); in syscall_emulator() local
1172 const fhandle_t * fhp = (const fhandle_t *)va_arg(args, long); in syscall_emulator() local
1238 const fhandle_t * fhp = (const fhandle_t *)va_arg(args, long); in syscall_emulator() local
/openbsd-src/sys/ufs/ffs/
H A Dffs_vfsops.c1320 ffs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) in ffs_fhtovp()
1339 ffs_vptofh(struct vnode *vp, struct fid *fhp) in ffs_vptofh()
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h828 #define __sanitizer_syscall_pre_compat_30_getfh(fname, fhp) \ argument
831 #define __sanitizer_syscall_post_compat_30_getfh(res, fname, fhp) \ argument
1584 #define __sanitizer_syscall_pre_compat_30_fhopen(fhp, flags) \ argument
1587 #define __sanitizer_syscall_post_compat_30_fhopen(res, fhp, flags) \ argument
1590 #define __sanitizer_syscall_pre_compat_30_fhstat(fhp, sb) \ argument
1593 #define __sanitizer_syscall_post_compat_30_fhstat(res, fhp, sb) \ argument
1596 #define __sanitizer_syscall_pre_compat_20_fhstatfs(fhp, buf) \ argument
1599 #define __sanitizer_syscall_post_compat_20_fhstatfs(res, fhp, buf) \ argument
1888 #define __sanitizer_syscall_pre_compat_30_fhstatvfs1(fhp, buf, flags) \ argument
1891 #define __sanitizer_syscall_post_compat_30_fhstatvfs1(res, fhp, buf, flags) \ argument
[all …]
/openbsd-src/sbin/quotacheck/
H A Dquotacheck.c600 struct fileusage *fup, **fhp; addid() local
/openbsd-src/sys/lib/libsa/
H A Dnfs.c105 nfs_getrootfh(struct iodesc *d, const char *path, u_char *fhp) in nfs_getrootfh()
/openbsd-src/sys/dev/sdmmc/
H A Dsdhc.c1421 struct sdhc_host *hp, *fhp; sdhc_hibernate_init() local
/openbsd-src/usr.sbin/amd/include/
H A Dam.h372 #define fh_to_mp2(fhp, rp) fh_to_mp3(fhp, rp, VLOOK_CREATE) argument

12