Home
last modified time | relevance | path

Searched refs:FUSE_STATFS (Results 1 – 10 of 10) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dmount.cc49 return (in.header.opcode == FUSE_STATFS); in expect_statfs()
130 return (in.header.opcode == FUSE_STATFS); in TEST_P()
165 return (in.header.opcode == FUSE_STATFS); in TEST_P()
H A Dstatfs.cc50 return (in.header.opcode == FUSE_STATFS); in TEST_F()
107 return (in.header.opcode == FUSE_STATFS); in TEST_F()
139 return (in.header.opcode == FUSE_STATFS); in TEST_F()
H A Dopendir.cc55 return (in.header.opcode == FUSE_STATFS); in expect_opendir()
H A Ddestroy.cc110 return (in.header.opcode == FUSE_STATFS); in TEST_F()
H A Dfallocate.cc282 return (in.header.opcode == FUSE_STATFS); in TEST_F()
665 return (in.header.opcode == FUSE_STATFS); in TEST_F()
H A Dutils.cc356 return (in.header.opcode == FUSE_STATFS); in expect_opendir()
H A Dmockfs.cc649 case FUSE_STATFS: in audit_request()
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h497 FUSE_STATFS = 17, enumerator
H A Dfuse_vfsops.c674 fdisp_make(&fdi, FUSE_STATFS, mp, FUSE_ROOT_ID, NULL, NULL); in fuse_vfsop_statfs()
H A Dfuse_ipc.c739 case FUSE_STATFS: in fuse_body_audit()