Home
last modified time | relevance | path

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

/Linux-v6.1/fs/fuse/
Dfuse_i.h671 unsigned no_open:1; member
Ddir.c671 goto no_open; in fuse_atomic_open()
692 no_open: in fuse_atomic_open()
Dfile.c111 if (isdir ? ff->fm->fc->no_opendir : ff->fm->fc->no_open) { in fuse_file_put()
141 if (isdir ? !fc->no_opendir : !fc->no_open) { in fuse_file_open()
157 fc->no_open = 1; in fuse_file_open()
/Linux-v6.1/fs/nfs/
Ddir.c2069 goto no_open; in nfs_atomic_open()
2125 goto no_open; in nfs_atomic_open()
2128 goto no_open; in nfs_atomic_open()
2148 no_open: in nfs_atomic_open()
/Linux-v6.1/fs/
Dinode.c143 static int no_open(struct inode *inode, struct file *file) in no_open() function
159 static const struct file_operations no_open_fops = {.open = no_open}; in inode_init_always()