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
1411
if (fsess_maybe_impl(mp, FUSE_LSEEK)) {
sys/fs/fuse/fuse_vnops.c
1426
if (fsess_not_impl(mp, FUSE_LSEEK))
sys/fs/fuse/fuse_vnops.c
1912
if (!fsess_is_impl(mp, FUSE_LSEEK) &&
sys/fs/fuse/fuse_vnops.c
1913
!fsess_not_impl(mp, FUSE_LSEEK)) {
sys/fs/fuse/fuse_vnops.c
1946
if (fsess_is_impl(mp, FUSE_LSEEK)) {
sys/fs/fuse/fuse_vnops.c
1949
} else if (fsess_not_impl(mp, FUSE_LSEEK)) {
sys/fs/fuse/fuse_vnops.c
472
fdisp_make_vp(&fdi, FUSE_LSEEK, vp, td, cred);
sys/fs/fuse/fuse_vnops.c
479
fsess_set_notimpl(mp, FUSE_LSEEK);
sys/fs/fuse/fuse_vnops.c
482
fsess_set_impl(mp, FUSE_LSEEK);
sys/fs/fuse/fuse_vnops.c
484
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
741
case FUSE_LSEEK: