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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp303 static struct fd_ops sAttributeOps = { member in namespace:FSShell
1695 descriptor->ops = &sAttributeOps;
/haiku/src/system/kernel/fs/
H A Dvfs.cpp487 static struct fd_ops sAttributeOps = { variable in typeref:struct:fd_ops
2803 || descriptor->ops == &sAttributeOps
6842 fd = get_new_fd(&sAttributeOps, NULL, vnode.Get(), cookie, openMode, kernel);
6884 fd = get_new_fd(&sAttributeOps, NULL, vnode.Get(), cookie, openMode, kernel);

Completed in 63 milliseconds