Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dopen.c892 int finish_no_open(struct file *file, struct dentry *dentry) in finish_no_open() function
897 EXPORT_SYMBOL(finish_no_open);
/Linux-v5.4/fs/cifs/
Ddir.c504 return finish_no_open(file, res); in cifs_atomic_open()
/Linux-v5.4/fs/gfs2/
Dinode.c628 error = finish_no_open(file, NULL); in gfs2_create_inode()
1249 return finish_no_open(file, d); in gfs2_atomic_open()
/Linux-v5.4/fs/9p/
Dvfs_inode_dotl.c255 return finish_no_open(file, res); in v9fs_vfs_atomic_open_dotl()
Dvfs_inode.c861 return finish_no_open(file, res); in v9fs_vfs_atomic_open()
/Linux-v5.4/fs/nfs/
Ddir.c1558 return finish_no_open(file, dentry); in nfs_atomic_open()
1615 return finish_no_open(file, res); in nfs_atomic_open()
/Linux-v5.4/Documentation/filesystems/
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
Dvfs.rst574 open for), it may signal this by returning finish_no_open(file,
/Linux-v5.4/fs/fuse/
Ddir.c556 return finish_no_open(file, res); in fuse_atomic_open()
/Linux-v5.4/fs/ceph/
Dfile.c517 err = finish_no_open(file, dn); in ceph_atomic_open()
/Linux-v5.4/include/linux/
Dfs.h2546 extern int finish_no_open(struct file *file, struct dentry *dentry);