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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc_internal.h56 #define UBC_INFO_NULL ((struct ubc_info *) 0)
109 struct ubc_info { struct
113 vnode_t ui_vnode; /* vnode for this ubc_info */
145 __private_extern__ void cluster_release(struct ubc_info *);
159 void ubc_info_deallocate(struct ubc_info *);
H A Dvnode_internal.h137 struct ubc_info *vu_ubcinfo; /* valid for (VREG) */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c101 static void ubc_cs_free(struct ubc_info *uip);
298 i = (vm_size_t) sizeof (struct ubc_info);
300 ubc_info_zone = zinit (i, 10000*i, 8192, "ubc_info zone");
307 * Allocate and attach an empty ubc_info structure to a vnode
326 * Allocate and attach a sized ubc_info structure to a vnode
345 * Allocate and attach a ubc_info structure to a vnode
363 * a reuse of a ubc_info; in that case, we should probably assert
373 register struct ubc_info *uip;
382 * If there is not already a ubc_info attached to the vnode, we
387 uip = (struct ubc_info *) zallo
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c305 struct ubc_info *ubc;
351 struct ubc_info *ubc;
4494 cluster_release(struct ubc_info *ubc)
H A Dvfs_subr.c2653 struct ubc_info *uip;

Completed in 98 milliseconds