Home
last modified time | relevance | path

Searched refs:FATTR_FH (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h270 #define FATTR_FH (1 << 6) macro
H A Dfuse_internal.c1171 fsai->valid |= FATTR_FH; in fuse_internal_setattr()
/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.cc341 if (in.body.setattr.valid & FATTR_FH) in debug_request()
H A Dsetattr.cc377 uint32_t valid = FATTR_SIZE | FATTR_FH; in TEST_F()