Home
last modified time | relevance | path

Searched refs:atomic_open (Results 1 – 17 of 17) sorted by relevance

/linux/fs/
H A Dbad_inode.c183 .atomic_open = bad_inode_atomic_open,
H A Dnamei.c4332 static struct dentry *atomic_open(const struct path *path, struct dentry *dentry, in atomic_open() function
4342 error = dir->i_op->atomic_open(dir, dentry, file, in atomic_open()
4452 if (dir_inode->i_op->atomic_open) { in lookup_open()
4455 dentry = atomic_open(&nd->path, dentry, file, open_flag, mode); in lookup_open()
5016 if (dir_inode->i_op->atomic_open) { in dentry_create()
5024 dentry = atomic_open(path, dentry, file, flags, mode); in dentry_create()
/linux/fs/vboxsf/
H A Ddir.c473 .atomic_open = vboxsf_dir_atomic_open,
/linux/fs/9p/
H A Dvfs_inode.c1361 .atomic_open = v9fs_vfs_atomic_open,
1376 .atomic_open = v9fs_vfs_atomic_open,
H A Dvfs_inode_dotl.c917 .atomic_open = v9fs_vfs_atomic_open_dotl,
/linux/fs/nfs/
H A Dproc.c709 .atomic_open = nfs_atomic_open_v23,
H A Dnfs3proc.c1043 .atomic_open = nfs_atomic_open_v23,
H A Dnfs4proc.c10589 .atomic_open = nfs_atomic_open,
/linux/Documentation/filesystems/
H A Dlocking.rst86 int (*atomic_open)(struct inode *, struct dentry *,
123 atomic_open: shared (exclusive if O_CREAT is set in open flags)
H A Dporting.rst711 ->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 Dvfs.rst439 int (*atomic_open)(struct inode *, struct dentry *, struct file *,
600 ``atomic_open``
H A Dpath-lookup.rst1201 this. If not, then ``lookup_open()`` will either call ``atomic_open()`` (if
1379 introduction of ``->atomic_open()`` they are less relevant there.
/linux/fs/smb/client/
H A Dcifsfs.c1201 .atomic_open = cifs_atomic_open,
/linux/fs/gfs2/
H A Dinode.c2324 .atomic_open = gfs2_atomic_open,
/linux/fs/ceph/
H A Ddir.c2255 .atomic_open = ceph_atomic_open,
/linux/fs/fuse/
H A Ddir.c2410 .atomic_open = fuse_atomic_open,
/linux/include/linux/
H A Dfs.h2031 int (*atomic_open)(struct inode *, struct dentry *, member