Searched refs:finish_no_open (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/fs/vboxsf/ |
| H A D | dir.c | 333 return finish_no_open(file, res); in vboxsf_dir_atomic_open()
|
| /linux-6.15/fs/ |
| H A D | open.c | 1063 int finish_no_open(struct file *file, struct dentry *dentry) in finish_no_open() function 1068 EXPORT_SYMBOL(finish_no_open);
|
| /linux-6.15/fs/nfs/ |
| H A D | dir.c | 2125 return finish_no_open(file, dentry); in nfs_atomic_open() 2205 return finish_no_open(file, res); in nfs_atomic_open() 2291 return finish_no_open(file, res); in nfs_atomic_open_v23() 2294 return finish_no_open(file, NULL); in nfs_atomic_open_v23()
|
| /linux-6.15/fs/smb/client/ |
| H A D | dir.c | 475 return finish_no_open(file, res);
|
| /linux-6.15/fs/9p/ |
| H A D | vfs_inode_dotl.c | 254 return finish_no_open(file, res); in v9fs_vfs_atomic_open_dotl()
|
| H A D | vfs_inode.c | 786 return finish_no_open(file, res); in v9fs_vfs_atomic_open()
|
| /linux-6.15/fs/gfs2/ |
| H A D | inode.c | 671 error = finish_no_open(file, NULL); in gfs2_create_inode() 1306 return finish_no_open(file, d); in gfs2_atomic_open()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | porting.rst | 769 value for 'called finish_no_open(), open it yourself' case has become 770 0, not 1. Since finish_no_open() itself is returning 0 now, that part
|
| H A D | vfs.rst | 674 open for), it may signal this by returning finish_no_open(file,
|
| /linux-6.15/fs/fuse/ |
| H A D | dir.c | 778 return finish_no_open(file, res); in fuse_atomic_open()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2876 extern int finish_no_open(struct file *file, struct dentry *dentry);
|
| /linux-6.15/fs/ceph/ |
| H A D | file.c | 968 err = finish_no_open(file, dn); in ceph_atomic_open()
|