Searched refs:FUSE_OPENDIR (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/uapi/linux/ | ||
D | fuse.h | 364 FUSE_OPENDIR = 27, enumerator |
/Linux-v4.19/fs/fuse/ | ||
D | file.c | 122 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_do_open() |