OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v7fs_mount
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/v7fs/
v7fs_extern.h
45
struct
v7fs_mount
{
struct
55
struct
v7fs_mount
*v7fsmount; /* our filesystem */
63
#define VFSTOV7FS(mp) ((struct
v7fs_mount
*)((mp)->mnt_data))
v7fs_vfsops.c
79
v7fs_mount
(struct mount *mp, const char *path, void *data, size_t *data_len)
function in typeref:typename:int
83
struct
v7fs_mount
*v7fsmount = (void *)mp->mnt_data;
253
struct
v7fs_mount
*v7fsmount;
304
struct
v7fs_mount
*v7fsmount = (void *)mp->mnt_data;
346
struct
v7fs_mount
*v7fsmount = mp->mnt_data;
388
struct
v7fs_mount
*v7fsmount = mp->mnt_data;
431
struct
v7fs_mount
*v7fsmount;
/src/usr.sbin/makefs/
v7fs.c
94
struct v7fs_mount_device
v7fs_mount
;
local in function:v7fs_makefs
125
v7fs_mount
.device.fd = fd;
145
v7fs_mount
.endian = endian;
146
v7fs_mount
.sectors = fsopts->size >> V7FS_BSHIFT;
147
if (v7fs_newfs(&
v7fs_mount
, fsopts->inodes) != 0) {
151
if (v7fs_populate(dir, root, fsopts, &
v7fs_mount
) != 0) {
Completed in 12 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025