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

/xnu-2422.115.4/bsd/sys/
H A Dubc_internal.h56 #define UBC_INFO_NULL ((struct ubc_info *) 0)
119 struct ubc_info { struct
123 vnode_t ui_vnode; /* vnode for this ubc_info */
165 __private_extern__ void cluster_release(struct ubc_info *);
180 void ubc_info_deallocate(struct ubc_info *);
H A Dvnode_internal.h151 struct ubc_info *vu_ubcinfo; /* valid for (VREG) */
/xnu-2422.115.4/bsd/kern/
H A Dubc_subr.c109 static void ubc_cs_free(struct ubc_info *uip);
719 i = (vm_size_t) sizeof (struct ubc_info);
721 ubc_info_zone = zinit (i, 10000*i, 8192, "ubc_info zone");
730 * Allocate and attach an empty ubc_info structure to a vnode
749 * Allocate and attach a sized ubc_info structure to a vnode
768 * Allocate and attach a ubc_info structure to a vnode
786 * a reuse of a ubc_info; in that case, we should probably assert
796 register struct ubc_info *uip;
805 * If there is not already a ubc_info attached to the vnode, we
810 uip = (struct ubc_info *) zallo
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c364 struct ubc_info *ubc;
410 struct ubc_info *ubc;
5098 cluster_release(struct ubc_info *ubc)
H A Dvfs_subr.c2922 struct ubc_info *uip;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c1675 struct ubc_info *uip;

Completed in 68 milliseconds