Home
last modified time | relevance | path

Searched full:fuse_link (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dlink.cc48 return (in.header.opcode == FUSE_LINK && in expect_link()
82 return (in.header.opcode == FUSE_LINK && in expect_link()
166 return (in.header.opcode == FUSE_LINK && in TEST_F()
206 return (in.header.opcode == FUSE_LINK && in TEST_F()
H A Dmockfs.cc250 case FUSE_LINK: in debug_request()
620 case FUSE_LINK: in audit_request()
H A Dlast_local_modify.cc56 * A few other operations like FUSE_LINK can also trigger the same race but
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h45 * FUSE_RMDIR, FUSE_RENAME, FUSE_LINK, FUSE_OPEN, FUSE_READ, FUSE_WRITE,
493 FUSE_LINK = 13, enumerator
H A Dfuse_ipc.c681 case FUSE_LINK: in fuse_body_audit()
H A Dfuse_vnops.c1473 FUSE_LINK, &fli, sizeof(fli), &fdi); in fuse_vnop_link()