no_opendir        116 fs/fuse/file.c 		if (isdir ? ff->fc->no_opendir : ff->fc->no_open) {
no_opendir        145 fs/fuse/file.c 	if (isdir ? !fc->no_opendir : !fc->no_open) {
no_opendir        159 fs/fuse/file.c 				fc->no_opendir = 1;
no_opendir        621 fs/fuse/fuse_i.h 	unsigned no_opendir:1;