Symbol: FUSE_LSEEK
sys/fs/fuse/fuse_internal.c
1067
fsess_set_notimpl(data->mp, FUSE_LSEEK);
sys/fs/fuse/fuse_ipc.c
844
case FUSE_LSEEK:
sys/fs/fuse/fuse_vnops.c
1396
if (fsess_maybe_impl(mp, FUSE_LSEEK)) {
sys/fs/fuse/fuse_vnops.c
1411
if (fsess_not_impl(mp, FUSE_LSEEK))
sys/fs/fuse/fuse_vnops.c
1895
if (!fsess_is_impl(mp, FUSE_LSEEK) &&
sys/fs/fuse/fuse_vnops.c
1896
!fsess_not_impl(mp, FUSE_LSEEK)) {
sys/fs/fuse/fuse_vnops.c
1929
if (fsess_is_impl(mp, FUSE_LSEEK)) {
sys/fs/fuse/fuse_vnops.c
1932
} else if (fsess_not_impl(mp, FUSE_LSEEK)) {
sys/fs/fuse/fuse_vnops.c
477
fdisp_make_vp(&fdi, FUSE_LSEEK, vp, td, cred);
sys/fs/fuse/fuse_vnops.c
484
fsess_set_notimpl(mp, FUSE_LSEEK);
sys/fs/fuse/fuse_vnops.c
487
fsess_set_impl(mp, FUSE_LSEEK);
sys/fs/fuse/fuse_vnops.c
489
fsess_set_impl(mp, FUSE_LSEEK);
tests/sys/fs/fusefs/copy_file_range.cc
51
return (in.header.opcode == FUSE_LSEEK &&
tests/sys/fs/fusefs/io.cc
221
return (in.header.opcode == FUSE_LSEEK);
tests/sys/fs/fusefs/lseek.cc
101
return (in.header.opcode == FUSE_LSEEK);
tests/sys/fs/fusefs/lseek.cc
169
return (in.header.opcode == FUSE_LSEEK);
tests/sys/fs/fusefs/lseek.cc
203
return (in.header.opcode == FUSE_LSEEK);
tests/sys/fs/fusefs/lseek.cc
233
return (in.header.opcode == FUSE_LSEEK);
tests/sys/fs/fusefs/lseek.cc
264
return (in.header.opcode == FUSE_LSEEK);
tests/sys/fs/fusefs/lseek.cc
299
return (in.header.opcode == FUSE_LSEEK &&
tests/sys/fs/fusefs/lseek.cc
330
return (in.header.opcode == FUSE_LSEEK);
tests/sys/fs/fusefs/lseek.cc
357
return (in.header.opcode == FUSE_LSEEK &&
tests/sys/fs/fusefs/lseek.cc
392
return (in.header.opcode == FUSE_LSEEK &&
tests/sys/fs/fusefs/lseek.cc
430
return (in.header.opcode == FUSE_LSEEK &&
tests/sys/fs/fusefs/lseek.cc
466
return (in.header.opcode == FUSE_LSEEK &&
tests/sys/fs/fusefs/lseek.cc
504
return (in.header.opcode == FUSE_LSEEK &&
tests/sys/fs/fusefs/lseek.cc
68
return (in.header.opcode == FUSE_LSEEK);
tests/sys/fs/fusefs/mockfs.cc
259
case FUSE_LSEEK:
tests/sys/fs/fusefs/mockfs.cc
742
case FUSE_LSEEK: