Home
last modified time | relevance | path

Searched refs:bindfs_vnodeop_opv_desc (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_conf.c301 extern const struct vnodeopv_desc bindfs_vnodeop_opv_desc;
324 &bindfs_vnodeop_opv_desc,
/xnu-12377.81.4/bsd/miscfs/bindfs/
H A Dbindfs.h144 extern const struct vnodeopv_desc bindfs_vnodeop_opv_desc;
H A Dbind_vfsops.c536 extern const struct vnodeopv_desc bindfs_vnodeop_opv_desc;
539 &bindfs_vnodeop_opv_desc,
H A Dbind_vnops.c666 const struct vnodeopv_desc bindfs_vnodeop_opv_desc = {.opv_desc_vector_p = &bindfs_vnodeop_p, .opv_… variable