Searched refs:atomic_open (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ |
| H A D | namei.c | 4357 static struct dentry *atomic_open(const struct path *path, struct dentry *dentry, in atomic_open() function 4367 error = dir_inode->i_op->atomic_open(dir_inode, dentry, file, in atomic_open() 4519 if (dir_inode->i_op->atomic_open) { in lookup_open() 4522 dentry = atomic_open(&nd->path, dentry, file, open_flag, mode, in lookup_open() 5181 if (dir_inode->i_op->atomic_open) { in dentry_create() 5191 dentry = atomic_open(path, dentry, file, flags, mode, create_error); in dentry_create()
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1245 .atomic_open = cifs_atomic_open,
|
| /linux/fs/ceph/ |
| H A D | dir.c | 2261 .atomic_open = ceph_atomic_open,
|
| /linux/include/linux/ |
| H A D | fs.h | 2025 int (*atomic_open)(struct inode *, struct dentry *, member
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 10653 .atomic_open = nfs_atomic_open,
|