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

/darwin-on-arm/xnu/bsd/sys/
H A Dubc.h92 int cluster_push(vnode_t, int);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c171 * invoked from hfs_vnop_reclaim, we can not call functions that cluster_push since the UBC info
759 * corruption. IO_SYNC will force the cluster_push to wait until all IOs
779 (void) cluster_push(vp, cluster_flags);
816 (void) cluster_push(vp, cluster_flags);
H A Dhfs_vnops.c2308 (void) cluster_push(vp, waitdata ? IO_SYNC : 0);
2360 (void) cluster_push(vp, waitdata ? IO_SYNC : 0);
H A Dhfs_vfsops.c5950 (void) cluster_push(vp, 0);
6698 (void)cluster_push(hfsmp->hfs_attrdata_vp, 0);
/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c2300 cluster_push(vp, 0);
H A Dkern_descrip.c1249 error = cluster_push(vp, 0);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c5006 cluster_push(vnode_t vp, int flags) function
5102 (void)vnode_waitforwrites(vp, 0, 0, 0, "cluster_push");
5414 panic("cluster_push: failed to get pagelist");
5537 * from the write-behind context (the cluster_push case), the wb lock is not held

Completed in 117 milliseconds