OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfsops
(Results
1 - 25
of
56
) sorted by relevancy
1
2
3
/src/sys/miscfs/deadfs/
deadfs.h
38
extern struct
vfsops
dead_vfsops;
dead_vfsops.c
54
struct
vfsops
dead_vfsops = {
/src/sys/rump/include/rump/
rumpvfs_if_pub.h
10
struct
vfsops
* rump_pub_vfslist_iterate(struct
vfsops
*);
11
struct
vfsops
* rump_pub_vfs_getopsbyname(const char *);
rump.h
40
struct
vfsops
;
/src/sys/rump/include/rump-sys/
vfs_if.h
14
struct
vfsops
* rump_vfslist_iterate(struct
vfsops
*);
15
typedef struct
vfsops
* (*rump_vfslist_iterate_fn)(struct
vfsops
*);
16
struct
vfsops
* rump_vfs_getopsbyname(const char *);
17
typedef struct
vfsops
* (*rump_vfs_getopsbyname_fn)(const char *);
/src/sys/miscfs/fdesc/
fdesc.h
76
extern struct
vfsops
fdesc_vfsops;
/src/sys/miscfs/nullfs/
null.h
112
extern struct
vfsops
nullfs_vfsops;
null_vfsops.c
220
struct
vfsops
nullfs_vfsops = {
/src/sys/sys/
mount.h
141
struct
vfsops
*mnt_op; /* operations on fs */
186
struct
vfsops
{
struct
220
LIST_ENTRY(
vfsops
) vfs_list;
396
int vfs_attach(struct
vfsops
*);
397
int vfs_detach(struct
vfsops
*);
399
struct
vfsops
*vfs_getopsbyname(const char *);
400
void vfs_delref(struct
vfsops
*);
403
struct mount *vfs_mountalloc(struct
vfsops
*, struct vnode *);
444
extern struct
vfsops
*vfssw[]; /* filesystem type table */
450
int mount_domount(struct lwp *, struct vnode **, struct
vfsops
*,
[
all
...]
/src/sys/kern/
vfs_init.c
461
vfs_delref(struct
vfsops
*vfs)
473
vfs_attach(struct
vfsops
*vfs)
475
struct
vfsops
*v;
518
vfs_detach(struct
vfsops
*vfs)
520
struct
vfsops
*v;
565
struct
vfsops
*vfs;
vfs_mount.c
153
vfs_mountalloc(struct
vfsops
*
vfsops
, vnode_t *vp)
159
mp->mnt_op =
vfsops
;
188
struct
vfsops
*vfsp = NULL;
802
mount_domount(struct lwp *l, vnode_t **vpp, struct
vfsops
*
vfsops
,
814
vfs_delref(
vfsops
);
820
vfs_delref(
vfsops
);
825
vfs_delref(
vfsops
);
829
if ((mp = vfs_mountalloc(
vfsops
, vp)) == NULL)
[
all
...]
kern_subr.c
276
struct
vfsops
*vops;
326
struct
vfsops
*vops;
/src/sys/rump/librump/rumpvfs/
rumpvfs_if_wrappers.c
35
struct
vfsops
*
36
rump_pub_vfslist_iterate(struct
vfsops
*arg1)
38
struct
vfsops
* rv;
47
struct
vfsops
*
50
struct
vfsops
* rv;
rump_vfs.c
95
extern struct
vfsops
rumpfs_vfsops;
302
struct
vfsops
*
303
rump_vfslist_iterate(struct
vfsops
*ops)
312
struct
vfsops
*
/src/sys/miscfs/overlay/
overlay.h
123
extern struct
vfsops
overlay_vfsops;
overlay_vfsops.c
251
struct
vfsops
overlay_vfsops = {
/src/sys/miscfs/umapfs/
umap.h
105
extern struct
vfsops
umapfs_vfsops;
/src/sys/fs/ptyfs/
ptyfs.h
169
extern struct
vfsops
ptyfs_vfsops;
/src/sys/compat/common/
compat_sysctl_09_43.c
74
struct
vfsops
*vfsp;
/src/sys/fs/sysvbfs/
sysvbfs.c
116
struct
vfsops
sysvbfs_vfsops = {
/src/share/man/man9/
Makefile
76
vfs.9 vfs_hooks.9
vfsops
.9 vfssubr.9 \
1046
MLINKS+=
vfsops
.9 VFS_MOUNT.9 \
1047
vfsops
.9 VFS_START.9 \
1048
vfsops
.9 VFS_UNMOUNT.9 \
1049
vfsops
.9 VFS_ROOT.9 \
1050
vfsops
.9 VFS_QUOTACTL.9 \
1051
vfsops
.9 VFS_STATVFS.9 \
1052
vfsops
.9 VFS_SYNC.9 \
1053
vfsops
.9 VFS_VGET.9 \
1054
vfsops
.9 VFS_LOADVNODE.9
[
all
...]
/src/sys/fs/v7fs/
v7fs_extern.c
182
struct
vfsops
v7fs_vfsops = {
/src/sys/compat/sys/
mount.h
157
struct
vfsops
*vfc_vfsops; /* filesystem operations vector */
/src/sys/miscfs/kernfs/
kernfs.h
126
extern struct
vfsops
kernfs_vfsops;
/src/sys/fs/unionfs/
unionfs_vfsops.c
57
struct
vfsops
unionfs_vfsops;
511
struct
vfsops
unionfs_vfsops = {
Completed in 1852 milliseconds
1
2
3
Indexes created Sat Oct 18 16:10:06 GMT 2025