Home
last modified time | relevance | path

Searched defs:efs_mount (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/efs/
H A Defs_mount.h31 struct efs_mount { struct
32 struct efs_sb em_sb; /* in-core superblock copy */
33 dev_t em_dev; /* device mounted on */
34 struct mount *em_mnt; /* pointer to our mount structure */
35 struct vnode *em_devvp; /* block device vnode pointer */
H A Defs_vfsops.c172 efs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) in efs_mount() function
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_efs.c150 efs_mount(am_node *am, mntfs *mf) in efs_mount() function