Home
last modified time | relevance | path

Searched refs:vop_lookup (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/sys/tmpfs/
Dtmpfs_specops.c69 .vop_lookup = vop_generic_lookup,
Dtmpfs_fifoops.c70 .vop_lookup = vop_generic_lookup,
Dtmpfs_vnops.c61 .vop_lookup = tmpfs_lookup,
/openbsd/src/sys/ufs/ffs/
Dffs_vnops.c61 .vop_lookup = ufs_lookup,
113 .vop_lookup = vop_generic_lookup,
154 .vop_lookup = vop_generic_lookup,
/openbsd/src/sys/miscfs/deadfs/
Ddead_vnops.c63 .vop_lookup = vop_generic_lookup,
/openbsd/src/sys/ufs/mfs/
Dmfs_vnops.c51 .vop_lookup = vop_generic_badop,
/openbsd/src/sys/kern/
Dvfs_sync.c234 .vop_lookup = NULL,
Dvfs_vops.c82 if (dvp->v_op->vop_lookup == NULL) in VOP_LOOKUP()
85 return ((dvp->v_op->vop_lookup)(&a)); in VOP_LOOKUP()
Dspec_vnops.c60 .vop_lookup = vop_generic_lookup,
/openbsd/src/sys/isofs/cd9660/
Dcd9660_vnops.c805 .vop_lookup = cd9660_lookup,
854 .vop_lookup = vop_generic_lookup,
895 .vop_lookup = vop_generic_lookup,
/openbsd/src/sys/ufs/ext2fs/
Dext2fs_vnops.c1251 .vop_lookup = ext2fs_lookup,
1303 .vop_lookup = vop_generic_lookup,
1344 .vop_lookup = vop_generic_lookup,
/openbsd/src/sys/sys/
Dvnode.h279 int (*vop_lookup)(void *); member
/openbsd/src/sys/miscfs/fifofs/
Dfifo_vnops.c67 .vop_lookup = vop_generic_lookup,
/openbsd/src/sys/ntfs/
Dntfs_vnops.c680 .vop_lookup = ntfs_lookup,
/openbsd/src/sys/nfs/
Dnfs_vnops.c129 .vop_lookup = nfs_lookup,
182 .vop_lookup = vop_generic_lookup,
223 .vop_lookup = vop_generic_lookup,
/openbsd/src/sys/isofs/udf/
Dudf_vnops.c63 .vop_lookup = udf_lookup,
/openbsd/src/sys/miscfs/fuse/
Dfuse_vnops.c77 .vop_lookup = fusefs_lookup,
/openbsd/src/sys/msdosfs/
Dmsdosfs_vnops.c1889 .vop_lookup = msdosfs_lookup,