Home
last modified time | relevance | path

Searched refs:sQueryOps (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp350 static struct fd_ops sQueryOps = { variable
1706 descriptor->ops = &sQueryOps; in get_new_fd()
/haiku/src/system/kernel/fs/
H A Dvfs.cpp538 static struct fd_ops sQueryOps = { variable
7309 fd = get_new_fd(&sQueryOps, mount, NULL, cookie, O_CLOEXEC, kernel); in query_open()