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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c427 cluster_get_wbp(vnode_t vp, int flags) function
467 if ((wbp = cluster_get_wbp(vp, 0)) != NULL) {
3130 wbp = cluster_get_wbp(vp, CLW_ALLOCATE | CLW_RETURNLOCKED);
5027 if ((wbp = cluster_get_wbp(vp, CLW_RETURNLOCKED)) == NULL) {

Completed in 14 milliseconds