Home
last modified time | relevance | path

Searched refs:finish_no_open (Results 1 – 11 of 11) sorted by relevance

/linux/fs/vboxsf/
H A Ddir.c333 return finish_no_open(file, res); in vboxsf_dir_atomic_open()
/linux/fs/
H A Dopen.c1063 int finish_no_open(struct file *file, struct dentry *dentry) in finish_no_open() function
1068 EXPORT_SYMBOL(finish_no_open);
/linux/fs/nfs/
H A Ddir.c2122 return finish_no_open(file, dentry); in nfs_atomic_open()
2202 return finish_no_open(file, res); in nfs_atomic_open()
2288 return finish_no_open(file, res); in nfs_atomic_open_v23()
2291 return finish_no_open(file, NULL); in nfs_atomic_open_v23()
/linux/fs/smb/client/
H A Ddir.c475 return finish_no_open(file, res);
/linux/fs/9p/
H A Dvfs_inode_dotl.c254 return finish_no_open(file, res); in v9fs_vfs_atomic_open_dotl()
H A Dvfs_inode.c787 return finish_no_open(file, res); in v9fs_vfs_atomic_open()
/linux/Documentation/filesystems/
H A Dporting.rst769 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 Dvfs.rst655 open for), it may signal this by returning finish_no_open(file,
/linux/fs/fuse/
H A Ddir.c778 return finish_no_open(file, res); in fuse_atomic_open()
/linux/include/linux/
H A Dfs.h2870 extern int finish_no_open(struct file *file, struct dentry *dentry);
/linux/fs/ceph/
H A Dfile.c968 err = finish_no_open(file, dn); in ceph_atomic_open()