Searched refs:fsid_t (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/compat/ufs/lfs/
H A Dlfs_extern.h8 int lfs_segwait(fsid_t *, struct timeval50 *);
9 int __lfs_segwait50(fsid_t *, struct timeval *);
/netbsd-current/lib/libc/compat/include/
H A Dfstypes.h44 fsid_t fh_fsid;
/netbsd-current/sys/nfs/
H A Dnfsrtt.h63 fsid_t fsid; /* Fsid for mount point */
H A Dnfs_export.c145 static struct netexport *netexport_lookup_byfsid(const fsid_t *);
359 netexport_lookup_byfsid(const fsid_t *fsid)
390 netexport_check(const fsid_t *fsid, struct mbuf *mb, struct mount **mpp,
H A Dnfs_var.h360 int netexport_check(const fsid_t *, struct mbuf *, struct mount **, int *,
/netbsd-current/lib/librefuse/refuse/
H A Dlegacy.h68 fsid_t f_fsid;
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_lfs_segwait.c55 lfs_segwait(fsid_t *fsid, struct timeval50 *ts50)
/netbsd-current/usr.sbin/autofs/
H A Dautounmountd.c59 fsid_t af_fsid;
66 automounted_find(fsid_t fsid)
80 automounted_add(fsid_t fsid, const char *mountpoint)
161 do_unmount(const fsid_t fsid __unused, const char *mountpoint)
/netbsd-current/sys/ufs/lfs/
H A Dlfs_syscalls.c112 syscallarg(fsid_t *) fsidp;
118 fsid_t fsid;
122 if ((error = copyin(SCARG(uap, fsidp), &fsid, sizeof(fsid_t))) != 0)
152 syscallarg(fsid_t *) fsidp;
159 fsid_t fsid;
163 if ((error = copyin(SCARG(uap, fsidp), &fsid, sizeof(fsid_t))) != 0)
215 lfs_markv(struct lwp *l, fsid_t *fsidp, BLOCK_INFO *blkiov,
530 syscallarg(fsid_t *) fsidp;
536 fsid_t fsid;
540 if ((error = copyin(SCARG(uap, fsidp), &fsid, sizeof(fsid_t))) !
[all...]
H A Dlfs_extern.h221 int lfs_segwait(fsid_t *, struct timeval *);
222 int lfs_bmapv(struct lwp *, fsid_t *, struct block_info *, int);
223 int lfs_markv(struct lwp *, fsid_t *, struct block_info *, int);
/netbsd-current/sys/sys/
H A Dfstypes.h37 typedef struct { int32_t __fsid_val[2]; } fsid_t; /* file system id type */ typedef in typeref:struct:__anon3
54 fsid_t fh_fsid; /* File system id of mount point */
H A Dstatvfs.h89 fsid_t f_fsidx; /* NetBSD compatible fsid */
H A Dmount.h379 struct mount *vfs_getvfs(fsid_t *); /* return vfs given fsid */
H A Dsyscallargs.h1171 syscallarg(fsid_t *) fsidp;
1180 syscallarg(fsid_t *) fsidp;
1189 syscallarg(fsid_t *) fsidp;
1197 syscallarg(fsid_t *) fsidp;
2743 syscallarg(fsid_t *) fsidp;
/netbsd-current/sys/compat/sys/
H A Dmount.h53 fsid_t f_fsid; /* file system id */
173 fsid_t fh_fsid;
H A Dstatvfs.h60 fsid_t f_fsidx; /* NetBSD compatible fsid */
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dstatvfs.d95 struct fsid_t
118 fsid_t f_fsidx;
/netbsd-current/sys/compat/sunos/
H A Dsunos.h75 fsid_t f_fsid; /* file system id */
/netbsd-current/sys/compat/common/
H A Dvfs_syscalls_50.c283 syscallarg(fsid_t *) fsidp;
290 fsid_t fsid;
298 if ((error = copyin(SCARG(uap, fsidp), &fsid, sizeof(fsid_t))) != 0)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Dmount.d21 struct fsid_t
67 fsid_t f_fsid;
175 fsid_t fh_fsid;
264 fsid_t vc_fsid;
/netbsd-current/sys/compat/ultrix/
H A Dultrix_pathname.c201 fsid_t f_fsid; /* file system id */
/netbsd-current/sys/miscfs/umapfs/
H A Dumap_vfsops.c81 fsid_t tfsid;
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32.h310 fsid_t f_fsid; /* file system id */
902 fsid_t f_fsidx; /* NetBSD compatible fsid */
930 fsid_t f_fsidx; /* NetBSD compatible fsid */
/netbsd-current/sys/fs/puffs/
H A Dpuffs_msgif.h139 fsid_t f_fsidx; /* NetBSD compatible fsid */
/netbsd-current/sys/kern/
H A Dvfs_mount.c228 fsid_t tfsid;
272 vfs_getvfs(fsid_t *fsid)

Completed in 492 milliseconds

12