Searched refs:ceph_open (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 338 int ceph_open(struct inode *inode, struct file *file) in ceph_open() function 678 ret = finish_open(file, dentry, ceph_open); in ceph_finish_async_create() 809 err = finish_open(file, dentry, ceph_open); in ceph_atomic_open() 2514 .open = ceph_open,
|
H A D | super.h | 1175 extern int ceph_open(struct inode *inode, struct file *file);
|
H A D | dir.c | 1934 .open = ceph_open, 1946 .open = ceph_open,
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | file.c | 352 int ceph_open(struct inode *inode, struct file *file) in ceph_open() function 715 ret = finish_open(file, dentry, ceph_open); in ceph_finish_async_create() 901 err = finish_open(file, dentry, ceph_open); in ceph_atomic_open() 3057 .open = ceph_open,
|
H A D | dir.c | 2135 .open = ceph_open, 2147 .open = ceph_open,
|
H A D | super.h | 1307 extern int ceph_open(struct inode *inode, struct file *file);
|
Completed in 21 milliseconds