HomeSort by: relevance | last modified time | path
    Searched defs:sysvbfs_mount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/sysvbfs/
sysvbfs.h 48 struct sysvbfs_mount *bmp;
58 struct sysvbfs_mount { struct
sysvbfs_vfsops.c 69 sysvbfs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) function in typeref:typename:int
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;

Completed in 11 milliseconds