Searched refs:atomic_open (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/fs/ |
D | bad_inode.c | 174 .atomic_open = bad_inode_atomic_open,
|
D | namei.c | 3055 static int atomic_open(struct nameidata *nd, struct dentry *dentry, in atomic_open() function 3072 error = dir->i_op->atomic_open(dir, dentry, file, in atomic_open() 3203 if (dir_inode->i_op->atomic_open) { in lookup_open() 3204 error = atomic_open(nd, dentry, path, file, op, open_flag, in lookup_open()
|
/Linux-v4.19/fs/9p/ |
D | vfs_inode.c | 1453 .atomic_open = v9fs_vfs_atomic_open, 1468 .atomic_open = v9fs_vfs_atomic_open,
|
D | vfs_inode_dotl.c | 962 .atomic_open = v9fs_vfs_atomic_open_dotl,
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 576 ->atomic_open() calls without O_CREAT may happen in parallel. 607 ->atomic_open() calling conventions have changed. Gone is int *opened, 612 does not need any changes in ->atomic_open() instances.
|
D | Locking | 64 int (*atomic_open)(struct inode *, struct dentry *, 90 atomic_open: exclusive
|
D | vfs.txt | 388 int (*atomic_open)(struct inode *, struct dentry *, struct file *, 497 atomic_open: called on the last component of an open. Using this optional
|
/Linux-v4.19/fs/cifs/ |
D | cifsfs.c | 950 .atomic_open = cifs_atomic_open,
|
/Linux-v4.19/fs/ceph/ |
D | dir.c | 1520 .atomic_open = ceph_atomic_open,
|
/Linux-v4.19/fs/gfs2/ |
D | inode.c | 2094 .atomic_open = gfs2_atomic_open,
|
/Linux-v4.19/fs/fuse/ |
D | dir.c | 1827 .atomic_open = fuse_atomic_open,
|
/Linux-v4.19/include/linux/ |
D | fs.h | 1792 int (*atomic_open)(struct inode *, struct dentry *, member
|
/Linux-v4.19/fs/nfs/ |
D | nfs4proc.c | 9719 .atomic_open = nfs_atomic_open,
|