Home
last modified time | relevance | path

Searched refs:no_open (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfs/
H A Ddir.c2109 goto no_open; in nfs_atomic_open()
2165 goto no_open; in nfs_atomic_open()
2168 goto no_open; in nfs_atomic_open()
2188 no_open: in nfs_atomic_open()
/linux/fs/fuse/
H A Dfuse_i.h781 unsigned no_open:1; member
H A Dfile.c114 } else if (args->opcode == FUSE_RELEASE && ff->fm->fc->no_open) { in fuse_file_put()
135 bool open = isdir ? !fc->no_opendir : !fc->no_open; in fuse_file_open()
172 fc->no_open = 1; in fuse_file_open()
/linux/fs/
H A Dinode.c212 static int no_open(struct inode *inode, struct file *file) in no_open() function
230 static const struct file_operations no_open_fops = {.open = no_open}; in inode_init_always_gfp()