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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c205 int batched; local
209 batched = vnode_compound_open_available(ndp->ni_dvp);
225 if (!batched) {
232 if (batched) {
242 if (!batched) {
255 if (batched) {
363 boolean_t batched; local
369 batched = FALSE;
406 batched = vnode_compound_open_available(dvp);
430 if (!batched) {
[all...]
H A Dvfs_syscalls.c334 /* Mounting image source cannot be batched with other operations */
3962 int batched; local
3995 batched = vnode_compound_remove_available(vp);
4003 if (!batched) {
4010 batched = 1;
4020 if (!batched) {
4022 /* XXX need to get these data in batched VNOP */
4056 if (!batched) {
5967 int batched = 0; local
6019 batched
6475 int batched; local
6645 int batched; local
[all...]
H A Dkpi_vfs.c4375 int batched; local
4377 batched = vnode_compound_rename_available(fdvp);
4383 if (!batched) {
4385 panic("Not batched, and no fvp?");
4463 if (batched) {
4506 if (batched) {
H A Dvfs_subr.c5151 boolean_t batched; local
5157 batched = namei_compound_available(dvp, ndp) ? TRUE : FALSE;
5229 if (batched && (old_error == 0) && (vap->va_type == VREG)) {
5234 if (!batched) {

Completed in 281 milliseconds