Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Ddir.c329 return finish_no_open(file, res); in vboxsf_dir_atomic_open()
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c920 int finish_no_open(struct file *file, struct dentry *dentry) in finish_no_open() function
925 EXPORT_SYMBOL(finish_no_open);
/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddir.c500 return finish_no_open(file, res); in cifs_atomic_open()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dinode.c648 error = finish_no_open(file, NULL); in gfs2_create_inode()
1277 return finish_no_open(file, d); in gfs2_atomic_open()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_inode_dotl.c255 return finish_no_open(file, res); in v9fs_vfs_atomic_open_dotl()
H A Dvfs_inode.c807 return finish_no_open(file, res); in v9fs_vfs_atomic_open()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c1722 return finish_no_open(file, dentry); in nfs_atomic_open()
1797 return finish_no_open(file, res); in nfs_atomic_open()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dporting.rst766 value for 'called finish_no_open(), open it yourself' case has become
767 0, not 1. Since finish_no_open() itself is returning 0 now, that part
H A Dvfs.rst574 open for), it may signal this by returning finish_no_open(file,
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddir.c704 return finish_no_open(file, res); in fuse_atomic_open()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dfile.c799 err = finish_no_open(file, dn); in ceph_atomic_open()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2628 extern int finish_no_open(struct file *file, struct dentry *dentry);