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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c4660 int is_namedstream = 0; local
4696 is_namedstream = 1;
4704 if (is_namedstream) {
4747 int is_namedstream = 0; local
4766 is_namedstream = 1;
4774 if (is_namedstream) {
H A Dvfs_subr.c2093 int is_namedstream; local
2127 is_namedstream = vnode_isnamedstream(vp);
2165 if ((is_namedstream != 0) && (vp->v_parent != NULLVP)) {

Completed in 151 milliseconds