Home
last modified time | relevance | path

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

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