Searched refs:atomic_open (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | bad_inode.c | 175 .atomic_open = bad_inode_atomic_open,
|
| H A D | namei.c | 3050 static struct dentry *atomic_open(struct nameidata *nd, struct dentry *dentry, in atomic_open() function 3063 error = dir->i_op->atomic_open(dir, dentry, file, in atomic_open() 3168 if (dir_inode->i_op->atomic_open) { in lookup_open() 3169 dentry = atomic_open(nd, dentry, file, open_flag, mode); in lookup_open()
|
| /OK3568_Linux_fs/kernel/fs/vboxsf/ |
| H A D | dir.c | 474 .atomic_open = vboxsf_dir_atomic_open,
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | porting.rst | 713 ->atomic_open() calls without O_CREAT may happen in parallel. 763 ->atomic_open() calling conventions have changed. Gone is ``int *opened``, 768 does not need any changes in ->atomic_open() instances. 859 failure exits in ->atomic_open() instances should *NOT* fput() the file,
|
| H A D | locking.rst | 79 int (*atomic_open)(struct inode *, struct dentry *, 108 atomic_open: shared (exclusive if O_CREAT is set in open flags)
|
| H A D | vfs.rst | 437 int (*atomic_open)(struct inode *, struct dentry *, struct file *, 568 ``atomic_open``
|
| H A D | path-lookup.rst | 1224 this. If not, then ``lookup_open()`` will either call ``atomic_open()`` (if 1403 introduction of ``->atomic_open()`` they are less relevant there.
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_inode.c | 1382 .atomic_open = v9fs_vfs_atomic_open, 1397 .atomic_open = v9fs_vfs_atomic_open,
|
| H A D | vfs_inode_dotl.c | 960 .atomic_open = v9fs_vfs_atomic_open_dotl,
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsfs.c | 1048 .atomic_open = cifs_atomic_open,
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | dir.c | 1906 .atomic_open = fuse_atomic_open,
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | inode.c | 2168 .atomic_open = gfs2_atomic_open,
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | dir.c | 1966 .atomic_open = ceph_atomic_open,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 1948 int (*atomic_open)(struct inode *, struct dentry *, member
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4proc.c | 10384 .atomic_open = nfs_atomic_open,
|