Home
last modified time | relevance | path

Searched refs:mnt_compound_ops (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dmount_internal.h120 uint32_t mnt_compound_ops; /* Available compound operations */ member
/xnu-8792.61.2/bsd/vfs/
H A Dkpi_vfs.c2383 return (vp->v_mount->mnt_compound_ops & opid) != 0; in vnode_compound_op_available()
H A Dvfs_subr.c10711 mp->mnt_compound_ops |= COMPOUND_VNOP_OPEN; in vfs_setcompoundopen()