Searched refs:ceph_release (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 211 BUG_ON(inode->i_fop->release != ceph_release); in ceph_init_file_info() 269 * have .release set to ceph_release. in ceph_init_file() 271 BUG_ON(inode->i_fop->release == ceph_release); in ceph_init_file() 819 int ceph_release(struct inode *inode, struct file *file) in ceph_release() function 2515 .release = ceph_release,
|
H A D | super.h | 1178 extern int ceph_release(struct inode *inode, struct file *filp);
|
H A D | dir.c | 1935 .release = ceph_release, 1947 .release = ceph_release,
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | file.c | 209 BUG_ON(inode->i_fop->release != ceph_release); in ceph_init_file_info() 283 * have .release set to ceph_release. in ceph_init_file() 285 BUG_ON(inode->i_fop->release == ceph_release); in ceph_init_file() 912 int ceph_release(struct inode *inode, struct file *file) in ceph_release() function 3058 .release = ceph_release,
|
H A D | dir.c | 2136 .release = ceph_release, 2148 .release = ceph_release,
|
H A D | super.h | 1313 extern int ceph_release(struct inode *inode, struct file *filp);
|
Completed in 22 milliseconds