Home
last modified time | relevance | path

Searched refs:vfsops (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_init.c373 static struct vfsops vfsops_sigdefer = {
398 struct vfsops *vfsops; in vfs_register() local
454 * Initialise unused ``struct vfsops'' fields, to use in vfs_register()
457 * for vfsops available is just a debugging aid. in vfs_register()
460 ("Filesystem %s has no vfsops", vfc->vfc_name)); in vfs_register()
464 vfsops = vfc->vfc_vfsops; in vfs_register()
465 KASSERT(vfsops->vfs_mount != NULL, in vfs_register()
467 KASSERT(vfsops->vfs_unmount != NULL, in vfs_register()
470 if (vfsops in vfs_register()
[all...]
H A Duipc_mqueue.c2723 static struct vfsops mqfs_vfsops = {
H A Dvfs_subr.c1381 vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp, bool isvnlru) in vnlru_free_impl()
1513 vnlru_free_vfsops(int count, struct vfsops *mnt_op, struct vnode *mvp) in vnlru_free_vfsops()
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c101 SDT_PROBE_DEFINE2(fusefs, , vfsops, trace, "int", "char*");
121 struct vfsops fuse_vfsops = {
212 SDT_PROBE_DEFINE1(fusefs, , vfsops, mntopts, "uint64_t");
213 SDT_PROBE_DEFINE4(fusefs, , vfsops, mount_err, "char*", "struct fuse_data*",
230 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfs_remount()
240 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfs_remount()
248 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfs_remount()
354 SDT_PROBE1(fusefs, , vfsops, mntopts, mntopts); in fuse_vfsop_mount()
377 SDT_PROBE2(fusefs, , vfsops, trace, 1, in fuse_vfsop_mount()
390 SDT_PROBE4(fusefs, , vfsops, mount_er in fuse_vfsop_mount()
[all...]
H A Dfuse_main.c93 extern struct vfsops fuse_vfsops;
/freebsd/sys/fs/ext2fs/
H A Dext2_vfsops.c74 SDT_PROBE_DEFINE2(ext2fs, , vfsops, trace, "int", "char*");
75 SDT_PROBE_DEFINE2(ext2fs, , vfsops, ext2_cg_validate_error, "char*", "int");
76 SDT_PROBE_DEFINE1(ext2fs, , vfsops, ext2_compute_sb_data_error, "char*");
94 static struct vfsops ext2fs_vfsops = {
394 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
399 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
404 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
411 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
416 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
421 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_erro in ext2_cg_validate()
[all...]
/freebsd/sys/sys/
H A Dmount.h239 struct vfsops *mnt_op; /* operations on fs */
652 struct vfsops *vfc_vfsops; /* filesystem operations vector */
653 struct vfsops *vfc_vfsops_sd; /* ... signal-deferred */
664 struct vfsops *vfc_vfsops; /* filesystem operations vector */
831 struct vfsops { struct
996 #define VFS_SET(vfsops, fsname, flags) \ argument
1000 .vfc_vfsops = &vfsops, \
H A Dvnode.h651 struct vfsops;
879 void vnlru_free_vfsops(int, struct vfsops *, struct vnode *);
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c46 extern struct vfsops zfs_vfsops;
H A Dzfs_vfsops.c126 struct vfsops zfs_vfsops = {
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vfsops.c231 static struct vfsops fdesc_vfsops = {
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c66 static struct vfsops unionfs_vfsops;
593 static struct vfsops unionfs_vfsops = {
/freebsd/sys/fs/devfs/
H A Ddevfs_vfsops.c236 static struct vfsops devfs_vfsops = {
/freebsd/sys/fs/autofs/
H A Dautofs_vfsops.c234 static struct vfsops autofs_vfsops = {
/freebsd/sys/fs/pseudofs/
H A Dpseudofs.h300 static struct vfsops name##_vfsops = { \
/freebsd/sys/fs/smbfs/
H A Dsmbfs_vfsops.c70 static struct vfsops smbfs_vfsops = {
/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c493 static struct vfsops null_vfsops = {
/freebsd/sys/fs/p9fs/
H A Dp9fs_vfsops.c577 struct vfsops p9fs_vfsops = {
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c715 struct vfsops tmpfs_vfsops = {
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c124 static struct vfsops udf_vfsops = {
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c76 static struct vfsops cd9660_vfsops = {
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c1192 static struct vfsops msdosfs_vfsops = { in msdosfs_fhtovp()
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c1231 static struct vfsops tarfs_vfsops = {
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c101 static struct vfsops ufs_vfsops = {
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c139 static struct vfsops nfs_vfsops = {