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