Symbol: fsid_t
sbin/umount/umount.c
486
getmntentry(const char *fromname, const char *onname, fsid_t *fsid, dowhat what)
sbin/umount/umount.c
596
fsid_t fsid;
sbin/umount/umount.c
631
parsehexfsid(const char *hex, fsid_t *fsid)
sbin/umount/umount.c
72
fsid_t *fsid, dowhat what);
sbin/umount/umount.c
76
int parsehexfsid(const char *hex, fsid_t *fsid);
sys/compat/freebsd32/freebsd32.h
144
fsid_t f_fsid;
sys/fs/nfs/nfs_commonsubs.c
2837
bool has_namedattr, uint32_t clone_blksize, fsid_t *fsidp,
sys/fs/nfs/nfs_var.h
400
bool, uint32_t, fsid_t *, bool);
sys/fs/nfs/nfsrvstate.h
138
fsid_t lay_fsid;
sys/fs/nfs/nfsrvstate.h
359
fsid_t nfsdev_mdsfsid;
sys/fs/nfsserver/nfs_nfsdsocket.c
722
fsid_t cur_fsid, save_fsid;
sys/fs/nfsserver/nfs_nfsdstate.c
220
static void nfsrv_freelayouts(nfsquad_t *clid, fsid_t *fs, int laytype,
sys/fs/nfsserver/nfs_nfsdstate.c
238
fhandle_t *fhp, fhandle_t *dsfhp, char *devid, fsid_t fs);
sys/fs/nfsserver/nfs_nfsdstate.c
240
int mirrorcnt, fhandle_t *fhp, fhandle_t *dsfhp, char *devid, fsid_t fs);
sys/fs/nfsserver/nfs_nfsdstate.c
6965
fhandle_t *dsfhp, char *devid, fsid_t fs)
sys/fs/nfsserver/nfs_nfsdstate.c
7013
fhandle_t *fhp, fhandle_t *dsfhp, char *devid, fsid_t fs)
sys/fs/nfsserver/nfs_nfsdstate.c
7658
nfsrv_freelayouts(nfsquad_t *clid, fsid_t *fs, int laytype, int iomode)
sys/kern/vfs_mount.c
1330
fsid_t *fsid_up;
sys/kern/vfs_mount.c
1742
fsid_t fsid;
sys/kern/vfs_subr.c
1006
vfs_busyfs(fsid_t *fsid)
sys/kern/vfs_subr.c
1105
fsid_t tfsid;
sys/kern/vfs_subr.c
6533
vfs_event_signal(fsid_t *fsid, uint32_t event, intptr_t data __unused)
sys/kern/vfs_subr.c
977
vfs_getvfs(fsid_t *fsid)
sys/kern/vfs_vnops.c
3182
fsid_t *f;
sys/nfsclient/nfsmount.h
90
fsid_t nm_fsid;
sys/security/mac_bsdextended/mac_bsdextended.h
102
fsid_t mbo_fsid;
sys/sys/mount.h
1012
void vfs_event_signal(fsid_t *, u_int32_t, intptr_t);
sys/sys/mount.h
1047
struct mount *vfs_getvfs(fsid_t *); /* return vfs given fsid */
sys/sys/mount.h
1048
struct mount *vfs_busyfs(fsid_t *);
sys/sys/mount.h
105
fsid_t f_fsid; /* filesystem id */
sys/sys/mount.h
132
fsid_t f_fsid; /* filesystem id */
sys/sys/mount.h
155
fsid_t f_fsid; /* filesystem id */
sys/sys/mount.h
575
fsid_t fh_fsid; /* Filesystem id of mount point */
sys/sys/mount.h
59
fsidcmp(const fsid_t *a, const fsid_t *b)
sys/sys/mount.h
702
fsid_t vc_fsid; /* fsid to operate on */
sys/ufs/ffs/ffs_suspend.c
277
fsid_t *fsidp;
sys/ufs/ffs/ffs_suspend.c
292
fsidp = (fsid_t *)addr;
sys/ufs/ffs/fs.h
912
#define UFSSUSPEND _IOW('U', 1, fsid_t)
tests/sys/kern/jail_lookup_root.c
104
fsid_t fsid;
usr.sbin/autofs/automount.c
231
flush_autofs(const char *fspath, const fsid_t *fsid)
usr.sbin/autofs/autounmountd.c
152
unmount_by_fsid(const fsid_t fsid, const char *mountpoint)
usr.sbin/autofs/autounmountd.c
54
fsid_t af_fsid;
usr.sbin/autofs/autounmountd.c
61
automounted_find(fsid_t fsid)
usr.sbin/autofs/autounmountd.c
74
automounted_add(fsid_t fsid, const char *mountpoint)
usr.sbin/mountd/mountd.c
121
fsid_t ex_fs;
usr.sbin/mountd/mountd.c
220
static struct exportlist *ex_search(fsid_t *, struct exportlisthead *);
usr.sbin/mountd/mountd.c
2561
ex_search(fsid_t *fsid, struct exportlisthead *exhp)
usr.sbin/mountd/mountd.c
272
#define EXPHASH(f) (fnv_32_buf((f), sizeof(fsid_t), 0) % exphashsize)