Searched refs:atomic_open (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/vboxsf/ |
| H A D | dir.c | 473 .atomic_open = vboxsf_dir_atomic_open,
|
| /linux/fs/9p/ |
| H A D | vfs_inode.c | 1361 .atomic_open = v9fs_vfs_atomic_open, 1376 .atomic_open = v9fs_vfs_atomic_open,
|
| H A D | vfs_inode_dotl.c | 917 .atomic_open = v9fs_vfs_atomic_open_dotl,
|
| /linux/fs/nfs/ |
| H A D | proc.c | 709 .atomic_open = nfs_atomic_open_v23,
|
| H A D | nfs3proc.c | 1043 .atomic_open = nfs_atomic_open_v23,
|
| H A D | nfs4proc.c | 10589 .atomic_open = nfs_atomic_open,
|
| /linux/fs/ |
| H A D | namei.c | 4326 static struct dentry *atomic_open(const struct path *path, struct dentry *dentry, in atomic_open() function 4336 error = dir->i_op->atomic_open(dir, dentry, file, in atomic_open() 4446 if (dir_inode->i_op->atomic_open) { in lookup_open() 4449 dentry = atomic_open(&nd->path, dentry, file, open_flag, mode); in lookup_open() 5010 if (dir_inode->i_op->atomic_open) { in dentry_create() 5018 dentry = atomic_open(path, dentry, file, flags, mode); in dentry_create()
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 86 int (*atomic_open)(struct inode *, struct dentry *, 123 atomic_open: shared (exclusive if O_CREAT is set in open flags)
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1201 .atomic_open = cifs_atomic_open,
|
| /linux/fs/ceph/ |
| H A D | dir.c | 2255 .atomic_open = ceph_atomic_open,
|
| /linux/fs/fuse/ |
| H A D | dir.c | 2410 .atomic_open = fuse_atomic_open,
|
| /linux/include/linux/ |
| H A D | fs.h | 2031 int (*atomic_open)(struct inode *, struct dentry *, member
|