Searched refs:finish_no_open (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/ |
D | open.c | 858 int finish_no_open(struct file *file, struct dentry *dentry) in finish_no_open() function 863 EXPORT_SYMBOL(finish_no_open);
|
/Linux-v4.19/fs/cifs/ |
D | dir.c | 505 return finish_no_open(file, res); in cifs_atomic_open()
|
/Linux-v4.19/fs/gfs2/ |
D | inode.c | 631 error = finish_no_open(file, NULL); in gfs2_create_inode() 1252 return finish_no_open(file, d); in gfs2_atomic_open()
|
/Linux-v4.19/fs/9p/ |
D | vfs_inode_dotl.c | 270 return finish_no_open(file, res); in v9fs_vfs_atomic_open_dotl()
|
D | vfs_inode.c | 882 return finish_no_open(file, res); in v9fs_vfs_atomic_open()
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 610 value for 'called finish_no_open(), open it yourself' case has become 611 0, not 1. Since finish_no_open() itself is returning 0 now, that part
|
D | vfs.txt | 502 returning finish_no_open(file, dentry). This method is only called if
|
/Linux-v4.19/fs/nfs/ |
D | dir.c | 1521 return finish_no_open(file, dentry); in nfs_atomic_open() 1578 return finish_no_open(file, res); in nfs_atomic_open()
|
/Linux-v4.19/fs/ceph/ |
D | file.c | 504 err = finish_no_open(file, dn); in ceph_atomic_open()
|
/Linux-v4.19/fs/fuse/ |
D | dir.c | 531 return finish_no_open(file, res); in fuse_atomic_open()
|
/Linux-v4.19/include/linux/ |
D | fs.h | 2463 extern int finish_no_open(struct file *file, struct dentry *dentry);
|