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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c3078 int ret_cluster_try_push; local
3319 ret_cluster_try_push = 0;
3326 ret_cluster_try_push = cluster_try_push(wbp, vp, newEOF, (flags & IO_NOCACHE) ? 0 : PUSH_DELAY, 0, callback, callback_arg);
3332 if (ret_cluster_try_push == 0) {

Completed in 18 milliseconds