Searched refs:FUSE_OPENDIR (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/include/uapi/linux/ | ||
| D | fuse.h | 492 FUSE_OPENDIR = 27, enumerator |
| /Linux-v5.15/fs/fuse/ | ||
| D | file.c | 132 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() |