Home
last modified time | relevance | path

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

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