Searched refs:sysvbfs_mount (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/fs/sysvbfs/
H A Dsysvbfs.h48 struct sysvbfs_mount *bmp;
58 struct sysvbfs_mount { struct
H A Dsysvbfs_vfsops.c69 sysvbfs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) function
73 struct sysvbfs_mount *bmp = NULL;
86 if ((bmp = (struct sysvbfs_mount *)mp->mnt_data) == NULL)
121 bmp = (struct sysvbfs_mount *)mp->mnt_data;
171 struct sysvbfs_mount *bmp;
221 struct sysvbfs_mount *bmp = (void *)mp->mnt_data;
260 struct sysvbfs_mount *bmp = mp->mnt_data;
320 struct sysvbfs_mount *bmp;
H A Dsysvbfs.c119 .vfs_mount = sysvbfs_mount,
H A Dsysvbfs_vnops.c140 struct sysvbfs_mount *bmp = bnode->bmp;
296 struct sysvbfs_mount *bmp = bnode->bmp;
520 struct sysvbfs_mount *bmp = bnode->bmp;
734 struct sysvbfs_mount *bmp = bnode->bmp;
766 struct sysvbfs_mount *bmp = bnode->bmp;

Completed in 75 milliseconds