Searched refs:atomic_open (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/fs/ |
D | bad_inode.c | 183 .atomic_open = bad_inode_atomic_open,
|
D | namei.c | 3131 static struct dentry *atomic_open(struct nameidata *nd, struct dentry *dentry, in atomic_open() function 3144 error = dir->i_op->atomic_open(dir, dentry, file, in atomic_open() 3252 if (dir_inode->i_op->atomic_open) { in lookup_open() 3253 dentry = atomic_open(nd, dentry, file, open_flag, mode); in lookup_open()
|
/Linux-v5.15/fs/vboxsf/ |
D | dir.c | 478 .atomic_open = vboxsf_dir_atomic_open,
|
/Linux-v5.15/Documentation/filesystems/ |
D | porting.rst | 713 ->atomic_open() calls without O_CREAT may happen in parallel. 765 ->atomic_open() calling conventions have changed. Gone is ``int *opened``, 770 does not need any changes in ->atomic_open() instances. 861 failure exits in ->atomic_open() instances should *NOT* fput() the file,
|
D | locking.rst | 79 int (*atomic_open)(struct inode *, struct dentry *, 111 atomic_open: shared (exclusive if O_CREAT is set in open flags)
|
D | vfs.rst | 440 int (*atomic_open)(struct inode *, struct dentry *, struct file *, 575 ``atomic_open``
|
D | path-lookup.rst | 1201 this. If not, then ``lookup_open()`` will either call ``atomic_open()`` (if 1379 introduction of ``->atomic_open()`` they are less relevant there.
|
/Linux-v5.15/fs/9p/ |
D | vfs_inode.c | 1420 .atomic_open = v9fs_vfs_atomic_open, 1435 .atomic_open = v9fs_vfs_atomic_open,
|
D | vfs_inode_dotl.c | 982 .atomic_open = v9fs_vfs_atomic_open_dotl,
|
/Linux-v5.15/fs/cifs/ |
D | cifsfs.c | 1077 .atomic_open = cifs_atomic_open,
|
/Linux-v5.15/fs/gfs2/ |
D | inode.c | 2180 .atomic_open = gfs2_atomic_open,
|
/Linux-v5.15/fs/fuse/ |
D | dir.c | 1818 .atomic_open = fuse_atomic_open,
|
/Linux-v5.15/fs/ceph/ |
D | dir.c | 1976 .atomic_open = ceph_atomic_open,
|
/Linux-v5.15/include/linux/ |
D | fs.h | 2142 int (*atomic_open)(struct inode *, struct dentry *, member
|
/Linux-v5.15/fs/nfs/ |
D | nfs4proc.c | 10443 .atomic_open = nfs_atomic_open,
|