Searched refs:finish_no_open (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/fs/vboxsf/ |
H A D | dir.c | 332 return finish_no_open(file, res); in vboxsf_dir_atomic_open()
|
/openbmc/linux/fs/ntfs3/ |
H A D | namei.c | 424 err = finish_no_open(file, d); in ntfs_atomic_open()
|
/openbmc/linux/fs/ |
H A D | open.c | 1042 int finish_no_open(struct file *file, struct dentry *dentry) in finish_no_open() function 1047 EXPORT_SYMBOL(finish_no_open);
|
/openbmc/linux/fs/smb/client/ |
H A D | dir.c | 475 return finish_no_open(file, res);
|
/openbmc/linux/fs/gfs2/ |
H A D | inode.c | 670 error = finish_no_open(file, NULL); in gfs2_create_inode() 1303 return finish_no_open(file, d); in gfs2_atomic_open()
|
/openbmc/linux/fs/9p/ |
H A D | vfs_inode_dotl.c | 256 return finish_no_open(file, res); in v9fs_vfs_atomic_open_dotl()
|
H A D | vfs_inode.c | 820 return finish_no_open(file, res); in v9fs_vfs_atomic_open()
|
/openbmc/linux/fs/nfs/ |
H A D | dir.c | 2130 return finish_no_open(file, dentry); in nfs_atomic_open() 2210 return finish_no_open(file, res); in nfs_atomic_open()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | porting.rst | 769 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 D | vfs.rst | 655 open for), it may signal this by returning finish_no_open(file,
|
/openbmc/linux/fs/fuse/ |
H A D | dir.c | 767 return finish_no_open(file, res); in fuse_atomic_open()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2553 extern int finish_no_open(struct file *file, struct dentry *dentry);
|
/openbmc/linux/fs/ceph/ |
H A D | file.c | 884 err = finish_no_open(file, dn); in ceph_atomic_open()
|