Home
last modified time | relevance | path

Searched refs:FUSE_READDIR (Results 1 – 8 of 8) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dreaddir.cc130 return (in.header.opcode == FUSE_READDIR && in TEST_F()
167 return (in.header.opcode == FUSE_READDIR && in TEST_F()
260 return (in.header.opcode == FUSE_READDIR && in TEST_F()
305 return (in.header.opcode == FUSE_READDIR && in TEST_F()
499 return (in.header.opcode == FUSE_READDIR && in TEST_F()
H A Dreleasedir.cc62 return (in.header.opcode == FUSE_READDIR && in TEST_F()
H A Dmockfs.cc305 case FUSE_READDIR: in debug_request()
702 case FUSE_READDIR: in audit_request()
H A Dnfs.cc463 return (in.header.opcode == FUSE_READDIR && in TEST_F()
H A Dutils.cc405 return (in.header.opcode == FUSE_READDIR && in expect_readdir()
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h507 FUSE_READDIR = 28, enumerator
H A Dfuse_ipc.c791 case FUSE_READDIR: in fuse_body_audit()
H A Dfuse_internal.c574 fdisp_make_vp(&fdi, FUSE_READDIR, vp, NULL, NULL); in fuse_internal_readdir()