Searched refs:finish_no_open (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/fs/vboxsf/ |
| D | dir.c | 331 return finish_no_open(file, res); in vboxsf_dir_atomic_open()
|
| /Linux-v5.15/fs/ |
| D | open.c | 923 int finish_no_open(struct file *file, struct dentry *dentry) in finish_no_open() function 928 EXPORT_SYMBOL(finish_no_open);
|
| /Linux-v5.15/fs/cifs/ |
| D | dir.c | 450 return finish_no_open(file, res); in cifs_atomic_open()
|
| /Linux-v5.15/fs/9p/ |
| D | vfs_inode_dotl.c | 259 return finish_no_open(file, res); in v9fs_vfs_atomic_open_dotl()
|
| D | vfs_inode.c | 821 return finish_no_open(file, res); in v9fs_vfs_atomic_open()
|
| /Linux-v5.15/fs/gfs2/ |
| D | inode.c | 652 error = finish_no_open(file, NULL); in gfs2_create_inode() 1284 return finish_no_open(file, d); in gfs2_atomic_open()
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | porting.rst | 768 value for 'called finish_no_open(), open it yourself' case has become 769 0, not 1. Since finish_no_open() itself is returning 0 now, that part
|
| D | vfs.rst | 581 open for), it may signal this by returning finish_no_open(file,
|
| /Linux-v5.15/fs/nfs/ |
| D | dir.c | 1938 return finish_no_open(file, dentry); in nfs_atomic_open() 1995 return finish_no_open(file, res); in nfs_atomic_open()
|
| /Linux-v5.15/fs/fuse/ |
| D | dir.c | 608 return finish_no_open(file, res); in fuse_atomic_open()
|
| /Linux-v5.15/fs/ceph/ |
| D | file.c | 770 err = finish_no_open(file, dn); in ceph_atomic_open()
|
| /Linux-v5.15/include/linux/ |
| D | fs.h | 2761 extern int finish_no_open(struct file *file, struct dentry *dentry);
|