Searched refs:FUSE_LSEEK (Results 1 – 8 of 8) sorted by relevance
/freebsd/tests/sys/fs/fusefs/ |
H A D | lseek.cc | 68 return (in.header.opcode == FUSE_LSEEK); in TEST_F() 100 return (in.header.opcode == FUSE_LSEEK); in TEST_F() 167 return (in.header.opcode == FUSE_LSEEK); in TEST_F() 200 return (in.header.opcode == FUSE_LSEEK); in TEST_F() 229 return (in.header.opcode == FUSE_LSEEK); in TEST_F() 260 return (in.header.opcode == FUSE_LSEEK); in TEST_F() 294 return (in.header.opcode == FUSE_LSEEK && in TEST_F() 324 return (in.header.opcode == FUSE_LSEEK); in TEST_F() 350 return (in.header.opcode == FUSE_LSEEK && in TEST_F() 385 return (in.header.opcode == FUSE_LSEEK && in TEST_F() [all …]
|
H A D | mockfs.cc | 254 case FUSE_LSEEK: in debug_request() 723 case FUSE_LSEEK: in audit_request()
|
H A D | io.cc | 222 return (in.header.opcode == FUSE_LSEEK); in SetUp()
|
H A D | copy_file_range.cc | 51 return (in.header.opcode == FUSE_LSEEK && in expect_maybe_lseek()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vnops.c | 390 fdisp_make_vp(&fdi, FUSE_LSEEK, vp, td, cred); in fuse_vnop_do_lseek() 397 fsess_set_notimpl(mp, FUSE_LSEEK); in fuse_vnop_do_lseek() 400 fsess_set_impl(mp, FUSE_LSEEK); in fuse_vnop_do_lseek() 402 fsess_set_impl(mp, FUSE_LSEEK); in fuse_vnop_do_lseek() 1298 if (fsess_maybe_impl(mp, FUSE_LSEEK)) { in fuse_vnop_ioctl() 1312 if (fsess_not_impl(mp, FUSE_LSEEK)) in fuse_vnop_ioctl() 1788 if (!fsess_is_impl(mp, FUSE_LSEEK) && in fuse_vnop_pathconf() 1789 !fsess_not_impl(mp, FUSE_LSEEK)) { in fuse_vnop_pathconf() 1822 if (fsess_is_impl(mp, FUSE_LSEEK)) { in fuse_vnop_pathconf() 1825 } else if (fsess_not_impl(mp, FUSE_LSEEK)) { in fuse_vnop_pathconf()
|
H A D | fuse_kernel.h | 451 FUSE_LSEEK = 46, enumerator
|
H A D | fuse_ipc.c | 849 case FUSE_LSEEK: in fuse_body_audit()
|
H A D | fuse_internal.c | 1062 fsess_set_notimpl(data->mp, FUSE_LSEEK); in fuse_internal_init_callback()
|