Home
last modified time | relevance | path

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

/Linux-v6.6/fs/vboxsf/
Ddir.c332 return finish_no_open(file, res); in vboxsf_dir_atomic_open()
/Linux-v6.6/fs/ntfs3/
Dnamei.c412 err = finish_no_open(file, d); in ntfs_atomic_open()
/Linux-v6.6/fs/
Dopen.c1042 int finish_no_open(struct file *file, struct dentry *dentry) in finish_no_open() function
1047 EXPORT_SYMBOL(finish_no_open);
/Linux-v6.6/fs/smb/client/
Ddir.c460 return finish_no_open(file, res);
/Linux-v6.6/fs/9p/
Dvfs_inode_dotl.c255 return finish_no_open(file, res); in v9fs_vfs_atomic_open_dotl()
Dvfs_inode.c814 return finish_no_open(file, res); in v9fs_vfs_atomic_open()
/Linux-v6.6/fs/gfs2/
Dinode.c669 error = finish_no_open(file, NULL); in gfs2_create_inode()
1302 return finish_no_open(file, d); in gfs2_atomic_open()
/Linux-v6.6/fs/nfs/
Ddir.c2107 return finish_no_open(file, dentry); in nfs_atomic_open()
2187 return finish_no_open(file, res); in nfs_atomic_open()
/Linux-v6.6/Documentation/filesystems/
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
Dvfs.rst655 open for), it may signal this by returning finish_no_open(file,
/Linux-v6.6/fs/fuse/
Ddir.c763 return finish_no_open(file, res); in fuse_atomic_open()
/Linux-v6.6/include/linux/
Dfs.h2486 extern int finish_no_open(struct file *file, struct dentry *dentry);
/Linux-v6.6/fs/ceph/
Dfile.c884 err = finish_no_open(file, dn); in ceph_atomic_open()