Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dunlink.cc102 /* Use nlink=2 so we don't get a FUSE_FORGET */ in TEST_F()
161 * Unlink a multiply-linked file. There should be no FUSE_FORGET because the
176 return (in.header.opcode == FUSE_FORGET && in TEST_F()
186 * The final syscall simply ensures that no FUSE_FORGET was ever sent, in TEST_F()
187 * by scheduling an arbitrary different operation after a FUSE_FORGET in TEST_F()
231 * The final syscall simply ensures that no FUSE_FORGET was ever sent, in TEST_F()
232 * by scheduling an arbitrary different operation after a FUSE_FORGET in TEST_F()
H A Dmkdir.cc236 return (in.header.opcode == FUSE_FORGET); in TEST_F()
H A Dmockfs.cc221 case FUSE_FORGET: in debug_request()
568 case FUSE_FORGET: in audit_request()
H A Dlookup.cc519 return (in.header.opcode == FUSE_FORGET && in TEST_F()
H A Dutils.cc260 return (in.header.opcode == FUSE_FORGET && in expect_forget()
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h445 FUSE_FORGET = 2, /* no reply */ enumerator
H A Dfuse_ipc.c703 case FUSE_FORGET: in fuse_body_audit()
H A Dfuse_internal.c876 fdisp_make(&fdi, FUSE_FORGET, mp, nodeid, td, cred); in fuse_internal_forget_send()