Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dbad_inode.c183 .atomic_open = bad_inode_atomic_open,
A Dnamei.c3266 static struct dentry *atomic_open(struct nameidata *nd, struct dentry *dentry, in atomic_open() function
3279 error = dir->i_op->atomic_open(dir, dentry, file, in atomic_open()
3386 if (dir_inode->i_op->atomic_open) { in lookup_open()
3387 dentry = atomic_open(nd, dentry, file, open_flag, mode); in lookup_open()
/linux-6.3-rc2/fs/vboxsf/
A Ddir.c478 .atomic_open = vboxsf_dir_atomic_open,
/linux-6.3-rc2/Documentation/filesystems/
A Dporting.rst719 ->atomic_open() calls without O_CREAT may happen in parallel.
771 ->atomic_open() calling conventions have changed. Gone is ``int *opened``,
776 does not need any changes in ->atomic_open() instances.
867 failure exits in ->atomic_open() instances should *NOT* fput() the file,
A Dlocking.rst79 int (*atomic_open)(struct inode *, struct dentry *,
114 atomic_open: shared (exclusive if O_CREAT is set in open flags)
A Dvfs.rst443 int (*atomic_open)(struct inode *, struct dentry *, struct file *,
579 ``atomic_open``
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-6.3-rc2/fs/ntfs3/
A Dnamei.c606 .atomic_open = ntfs_atomic_open,
/linux-6.3-rc2/fs/9p/
A Dvfs_inode.c1428 .atomic_open = v9fs_vfs_atomic_open,
1443 .atomic_open = v9fs_vfs_atomic_open,
A Dvfs_inode_dotl.c974 .atomic_open = v9fs_vfs_atomic_open_dotl,
/linux-6.3-rc2/fs/cifs/
A Dcifsfs.c1124 .atomic_open = cifs_atomic_open,
/linux-6.3-rc2/fs/gfs2/
A Dinode.c2195 .atomic_open = gfs2_atomic_open,
/linux-6.3-rc2/fs/ceph/
A Ddir.c2046 .atomic_open = ceph_atomic_open,
/linux-6.3-rc2/fs/fuse/
A Ddir.c2007 .atomic_open = fuse_atomic_open,
/linux-6.3-rc2/include/linux/
A Dfs.h1828 int (*atomic_open)(struct inode *, struct dentry *, member
/linux-6.3-rc2/fs/nfs/
A Dnfs4proc.c10615 .atomic_open = nfs_atomic_open,

Completed in 68 milliseconds