Home
last modified time | relevance | path

Searched refs:fsid_t (Results 1 – 12 of 12) sorted by relevance

/dragonfly/lib/libfsid/
H A Dlibfsid.h55 } fsid_t; typedef
57 typedef fsid_t (probe_func_t)(const char *);
78 fsid_t fsid_probe(const char *dev, const char *fs_name);
79 fsid_t fsid_probe_all(const char *dev);
85 const char *fsid_fsname(fsid_t);
H A Dlibfsid.c51 fsid_fsname(fsid_t id) in fsid_fsname()
70 fsid_t
85 fsid_t
89 fsid_t ret; in fsid_probe_all()
H A Dcd9660.c41 fsid_t
H A Dext2.c46 fsid_t
H A Dhammer.c41 fsid_t
H A Dufs.c42 fsid_t
H A Dmsdosfs.c45 fsid_t
/dragonfly/usr.sbin/autofs/
H A Dautounmountd.c54 fsid_t af_fsid;
61 automounted_find(fsid_t fsid) in automounted_find()
74 automounted_add(fsid_t fsid, const char *mountpoint) in automounted_add()
152 do_unmount(const fsid_t fsid __unused, const char *mountpoint) in do_unmount()
/dragonfly/sys/sys/
H A Dmount.h71 typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */ typedef
73 #define fsidcmp(a, b) memcmp((a), (b), sizeof(fsid_t))
104 fsid_t f_fsid; /* file system id */
442 fsid_t fh_fsid; /* File system id of mount point */
745 void vfs_setfsid(struct mount *mp, fsid_t *template);
747 struct mount *vfs_getvfs (fsid_t *); /* return vfs given fsid */
/dragonfly/sys/kern/
H A Dvfs_mount.c114 mount_fsid_cmp(fsid_t *fsid, struct mount *mnt) in mount_fsid_cmp()
128 RB_PROTOTYPEX(mount_rb_tree, FSID, mount, mnt_node, mount_cmp, fsid_t *);
131 mount_fsid_cmp, fsid_t *);
414 vfs_getvfs(fsid_t *fsid) in vfs_getvfs()
443 fsid_t tfsid; in vfs_getnewfsid()
475 vfs_setfsid(struct mount *mp, fsid_t *template) in vfs_setfsid()
/dragonfly/sys/vfs/nfs/
H A Dnfsrtt.h65 fsid_t fsid; /* Fsid for mount point */
/dragonfly/sbin/mountd/
H A Dmountd.c104 fsid_t ex_fs;
162 struct exportlist *ex_search(fsid_t *);
1498 ex_search(fsid_t *fsid) in ex_search()