Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dbad_inode.c182 .atomic_open = bad_inode_atomic_open,
Dnamei.c3340 static struct dentry *atomic_open(struct nameidata *nd, struct dentry *dentry, in atomic_open() function
3353 error = dir->i_op->atomic_open(dir, dentry, file, in atomic_open()
3460 if (dir_inode->i_op->atomic_open) { in lookup_open()
3461 dentry = atomic_open(nd, dentry, file, open_flag, mode); in lookup_open()
/linux-6.6.21/fs/vboxsf/
Ddir.c479 .atomic_open = vboxsf_dir_atomic_open,
/linux-6.6.21/fs/ntfs3/
Dnamei.c615 .atomic_open = ntfs_atomic_open,
/linux-6.6.21/fs/9p/
Dvfs_inode.c1420 .atomic_open = v9fs_vfs_atomic_open,
1435 .atomic_open = v9fs_vfs_atomic_open,
Dvfs_inode_dotl.c985 .atomic_open = v9fs_vfs_atomic_open_dotl,
/linux-6.6.21/Documentation/filesystems/
Dporting.rst714 ->atomic_open() calls without O_CREAT may happen in parallel.
766 ->atomic_open() calling conventions have changed. Gone is ``int *opened``,
771 does not need any changes in ->atomic_open() instances.
862 failure exits in ->atomic_open() instances should *NOT* fput() the file,
Dlocking.rst79 int (*atomic_open)(struct inode *, struct dentry *,
115 atomic_open: shared (exclusive if O_CREAT is set in open flags)
Dvfs.rst512 int (*atomic_open)(struct inode *, struct dentry *, struct file *,
649 ``atomic_open``
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-6.6.21/fs/smb/client/
Dcifsfs.c1141 .atomic_open = cifs_atomic_open,
/linux-6.6.21/fs/gfs2/
Dinode.c2206 .atomic_open = gfs2_atomic_open,
/linux-6.6.21/fs/ceph/
Ddir.c2167 .atomic_open = ceph_atomic_open,
/linux-6.6.21/fs/fuse/
Ddir.c2106 .atomic_open = fuse_atomic_open,
/linux-6.6.21/include/linux/
Dfs.h1993 int (*atomic_open)(struct inode *, struct dentry *, member
/linux-6.6.21/fs/nfs/
Dnfs4proc.c10640 .atomic_open = nfs_atomic_open,