Searched refs:FUSE_OPENDIR (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/linux/ | ||
A D | fuse.h | 497 FUSE_OPENDIR = 27, enumerator |
/linux/fs/fuse/ | ||
A D | file.c | 132 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() |
Completed in 20 milliseconds