Searched refs:ceph_ioctl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | ioctl.c | 271 long ceph_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ceph_ioctl() function
|
H A D | super.h | 1204 extern long ceph_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
H A D | dir.c | 1936 .unlocked_ioctl = ceph_ioctl,
|
H A D | file.c | 2526 .unlocked_ioctl = ceph_ioctl,
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | ioctl.c | 356 long ceph_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ceph_ioctl() function
|
H A D | super.h | 1339 extern long ceph_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
H A D | dir.c | 2137 .unlocked_ioctl = ceph_ioctl,
|
H A D | file.c | 3069 .unlocked_ioctl = ceph_ioctl,
|
Completed in 18 milliseconds