Searched refs:activate (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c1673 * --Other knotes activate based on hint.
1674 * --If hint is revoke, set special flags and activate
1680 int activate = 0; local
1697 activate = 1;
1708 activate = 1;
1715 activate = 1;
1724 activate = 1;
1742 return (activate);
H A Dvfs_fsevents.c1784 * --Other knotes activate based on hint.
1785 * --If hint is revoke, set special flags and activate
1791 int activate = 0; local
1796 activate = 1;
1812 activate = 1;
1821 activate = 1;
1830 return (activate);

Completed in 25 milliseconds