Home
last modified time | relevance | path

Searched defs:vops (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/sys/
H A Dvnode.h263 struct vops { struct
264 int (*vop_lock)(void *);
265 int (*vop_unlock)(void *);
267 int (*vop_abortop)(void *);
268 int (*vop_access)(void *);
270 int (*vop_bmap)(void *);
271 int (*vop_bwrite)(void *);
272 int (*vop_close)(void *);
273 int (*vop_create)(void *);
274 int (*vop_fsync)(void *);
[all …]
/openbsd/usr.sbin/amd/amd/
H A Dam_ops.c40 static am_ops *vops[] = { variable
/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-loop-im.c125 bitmap vops; /* Vops corresponding to this memory member
/openbsd/sys/kern/
H A Dvfs_subr.c387 getnewvnode(enum vtagtype tag, struct mount *mp, const struct vops *vops, in getnewvnode()