Searched refs:vfsops (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dvfs_init.c174 struct vfsops *vfsops; local
227 * Initialise unused ``struct vfsops'' fields, to use
230 * for vfsops available is just a debugging aid.
233 ("Filesystem %s has no vfsops", vfc->vfc_name));
237 vfsops = vfc->vfc_vfsops;
238 KASSERT(vfsops->vfs_mount != NULL,
240 KASSERT(vfsops->vfs_unmount != NULL,
243 if (vfsops->vfs_root == NULL)
245 vfsops
[all...]
H A Dvfs_subr.c118 static void vnlru_return_batches(struct vfsops *mnt_op);
1060 vnlru_free_locked(int count, struct vfsops *mnt_op)
1137 vnlru_free(int count, struct vfsops *mnt_op)
1195 vnlru_return_batches(struct vfsops *mnt_op)
3371 static struct vfsops vgonel_vfsops = {
H A Duipc_mqueue.c2687 static struct vfsops mqfs_vfsops = {
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_vfsops.c102 SDT_PROBE_DEFINE2(fusefs, , vfsops, trace, "int", "char*");
122 struct vfsops fuse_vfsops = {
213 SDT_PROBE_DEFINE1(fusefs, , vfsops, mntopts, "uint64_t");
214 SDT_PROBE_DEFINE4(fusefs, , vfsops, mount_err, "char*", "struct fuse_data*",
231 SDT_PROBE4(fusefs, , vfsops, mount_err,
241 SDT_PROBE4(fusefs, , vfsops, mount_err,
249 SDT_PROBE4(fusefs, , vfsops, mount_err,
352 SDT_PROBE1(fusefs, , vfsops, mntopts, mntopts);
374 SDT_PROBE2(fusefs, , vfsops, trace, 1,
387 SDT_PROBE4(fusefs, , vfsops, mount_er
[all...]
H A Dfuse_main.c95 extern struct vfsops fuse_vfsops;
/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c77 SDT_PROBE_DEFINE2(ext2fs, , vfsops, trace, "int", "char*");
78 SDT_PROBE_DEFINE2(ext2fs, , vfsops, ext2_cg_validate_error, "char*", "int");
79 SDT_PROBE_DEFINE1(ext2fs, , vfsops, ext2_compute_sb_data_error, "char*");
98 static struct vfsops ext2fs_vfsops = {
395 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
401 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
406 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
413 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
418 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error,
423 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_erro
[all...]
/freebsd-12-stable/sys/fs/autofs/
H A Dautofs_vfsops.c210 static struct vfsops autofs_vfsops = {
/freebsd-12-stable/sys/fs/fdescfs/
H A Dfdesc_vfsops.c221 static struct vfsops fdesc_vfsops = {
/freebsd-12-stable/sys/sys/
H A Dmount.h200 struct vfsops *mnt_op; /* operations on fs */
523 struct vfsops *vfc_vfsops; /* filesystem operations vector */
534 struct vfsops *vfc_vfsops; /* filesystem operations vector */
682 struct vfsops { struct
867 #define VFS_SET(vfsops, fsname, flags) \
871 .vfc_vfsops = &vfsops, \
H A Dvnode.h598 struct vfsops;
735 void vnlru_free(int, struct vfsops *);
/freebsd-12-stable/sys/fs/unionfs/
H A Dunion_vfsops.c69 static struct vfsops unionfs_vfsops;
493 static struct vfsops unionfs_vfsops = {
/freebsd-12-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c238 static struct vfsops devfs_vfsops = {
/freebsd-12-stable/sys/fs/pseudofs/
H A Dpseudofs.h299 static struct vfsops name##_vfsops = { \
/freebsd-12-stable/sys/fs/nullfs/
H A Dnull_vfsops.c455 static struct vfsops null_vfsops = {
/freebsd-12-stable/sys/fs/smbfs/
H A Dsmbfs_vfsops.c72 static struct vfsops smbfs_vfsops = {
/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c673 struct vfsops tmpfs_vfsops = {
/freebsd-12-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c81 static struct vfsops cd9660_vfsops = {
/freebsd-12-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c997 static struct vfsops msdosfs_vfsops = {
/freebsd-12-stable/sys/fs/udf/
H A Dudf_vfsops.c125 static struct vfsops udf_vfsops = {
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c1589 static struct vfsops nandfs_vfsops = {
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c112 struct vfsops zfs_vfsops = {
H A Darc.c5015 extern struct vfsops zfs_vfsops;
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c135 static struct vfsops nfs_vfsops = {
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_vfsops.c103 static struct vfsops ufs_vfsops = {

Completed in 391 milliseconds