Home
last modified time | relevance | path

Searched refs:opv_desc_vector (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_init.c162 int(**opv_desc_vector)(void *); in vfs_opv_init() local
180 opv_desc_vector = *opv_desc_vector_p; in vfs_opv_init()
219 opv_desc_vector[opve_descp->opve_op->vdesc_offset] = in vfs_opv_init()
229 opv_desc_vector = *(vfs_opv_descs[i]->opv_desc_vector_p); in vfs_opv_init()
233 if (opv_desc_vector[VOFFSET(vnop_default)] == NULL) { in vfs_opv_init()
237 if (opv_desc_vector[k] == NULL) { in vfs_opv_init()
238 opv_desc_vector[k] = in vfs_opv_init()
239 opv_desc_vector[VOFFSET(vnop_default)]; in vfs_opv_init()
H A Dkpi_vfs.c962 int(**opv_desc_vector)(void *); in vfs_fsadd() local
1091 opv_desc_vector = descptr + i * vfs_opv_numops; in vfs_fsadd()
1092 *opv_desc_vector_p = opv_desc_vector; in vfs_fsadd()
1131 opv_desc_vector[opve_descp->opve_op->vdesc_offset] = in vfs_fsadd()
1145 opv_desc_vector = *opv_desc_vector_p; in vfs_fsadd()
1146 if (opv_desc_vector[VOFFSET(vnop_default)] == NULL) { in vfs_fsadd()
1150 if (opv_desc_vector[j] == NULL) { in vfs_fsadd()
1151 opv_desc_vector[j] = in vfs_fsadd()
1152 opv_desc_vector[VOFFSET(vnop_default)]; in vfs_fsadd()