Searched defs:efs_mount (Results 1 – 3 of 3) sorted by relevance
31 struct efs_mount { struct32 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 */
172 efs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) in efs_mount() function
150 efs_mount(am_node *am, mntfs *mf) in efs_mount() function