Searched refs:no_open (Results 1 – 2 of 2) sorted by relevance
212 static int no_open(struct inode *inode, struct file *file) in no_open() function230 static const struct file_operations no_open_fops = {.open = no_open}; in inode_init_always_gfp()
114 } else if (args->opcode == FUSE_RELEASE && ff->fm->fc->no_open) { in fuse_file_put()141 bool open = isdir ? !fc->no_opendir : !fc->no_open; in fuse_file_open()178 fc->no_open = 1; in fuse_file_open()