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