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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c3523 int is_namedstream = 0; local
3558 is_namedstream = 1;
3566 if (is_namedstream) {
3603 int is_namedstream = 0; local
3624 is_namedstream = 1;
3632 if (is_namedstream) {
H A Dvfs_subr.c1898 int is_namedstream; local
1932 is_namedstream = vnode_isnamedstream(vp);
1975 if ((is_namedstream != 0) &&

Completed in 38 milliseconds