Searched refs:vop_generic_args (Results 1 – 3 of 3) sorted by relevance
/minix/external/bsd/llvm/dist/llvm/test/Analysis/ScalarEvolution/ |
H A D | avoid-infinite-recursion-1.ll | 172 %struct.vop_generic_args = type <{ %struct.vnodeop_desc* }> 176 …%struct.vop_getwritemount_args = type <{ %struct.vop_generic_args, %struct.vnode*, %struct.mount**… 177 %struct.vop_inactive_args = type <{ %struct.vop_generic_args, %struct.vnode*, %struct.thread* }> 179 %struct.vop_islocked_args = type <{ %struct.vop_generic_args, %struct.vnode* }> 180 %struct.vop_kqfilter_args = type <{ %struct.vop_generic_args, %struct.vnode*, %struct.knote* }> 186 …%struct.vop_pathconf_args = type <{ %struct.vop_generic_args, %struct.vnode*, i32, i8, i8, i8, i8,… 190 …%struct.vop_readlink_args = type <{ %struct.vop_generic_args, %struct.vnode*, %struct.uio*, %struc… 191 …%struct.vop_reallocblks_args = type <{ %struct.vop_generic_args, %struct.vnode*, %struct.cluster_s… 193 %struct.vop_revoke_args = type <{ %struct.vop_generic_args, %struct.vnode*, i32, i8, i8, i8, i8 }> 196 %struct.vop_strategy_args = type <{ %struct.vop_generic_args, %struct.vnode*, %struct.buf* }> [all …]
|
/minix/sys/sys/ |
H A D | vnode.h | 478 struct vop_generic_args { struct
|
/minix/sys/fs/puffs/ |
H A D | puffs_vnops.c | 352 struct vop_generic_args /* { in puffs_vnop_checkop()
|