Home
last modified time | relevance | path

Searched refs:FUSE_SYMLINK (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dsymlink.cc50 return (in.header.opcode == FUSE_SYMLINK && in expect_symlink()
79 return (in.header.opcode == FUSE_SYMLINK && in expect_symlink()
142 return (in.header.opcode == FUSE_SYMLINK && in TEST_F()
H A Dmockfs.cc560 case FUSE_SYMLINK: in audit_request()
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h413 FUSE_SYMLINK = 6, enumerator
H A Dfuse_ipc.c694 case FUSE_SYMLINK: in fuse_body_audit()
H A Dfuse_vnops.c2413 fdisp_make_vp(&fdi, FUSE_SYMLINK, dvp, curthread, NULL); in fuse_vnop_symlink()