Searched refs:ubc_info (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dubc_internal.h56 #define UBC_INFO_NULL ((struct ubc_info *) 0)
117 struct ubc_info { struct
121 vnode_t ui_vnode; /* vnode for this ubc_info */
160 __private_extern__ void cluster_release(struct ubc_info *);
175 void ubc_info_deallocate(struct ubc_info *);
H A Dvnode_internal.h159 struct ubc_info *vu_ubcinfo; /* valid for (VREG) */
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c104 static void ubc_cs_free(struct ubc_info *uip);
493 i = (vm_size_t) sizeof (struct ubc_info);
495 ubc_info_zone = zinit (i, 10000*i, 8192, "ubc_info zone");
504 * Allocate and attach an empty ubc_info structure to a vnode
523 * Allocate and attach a sized ubc_info structure to a vnode
542 * Allocate and attach a ubc_info structure to a vnode
560 * a reuse of a ubc_info; in that case, we should probably assert
570 register struct ubc_info *uip;
579 * If there is not already a ubc_info attached to the vnode, we
584 uip = (struct ubc_info *) zallo
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c383 struct ubc_info *ubc;
429 struct ubc_info *ubc;
5125 cluster_release(struct ubc_info *ubc)
H A Dvfs_subr.c2922 struct ubc_info *uip;

Completed in 172 milliseconds