Searched refs:ceph_file_info (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.h | 767 struct ceph_file_info { struct 778 struct ceph_file_info file_info; 808 static inline void ceph_add_rw_context(struct ceph_file_info *cf, in ceph_add_rw_context() 816 static inline void ceph_del_rw_context(struct ceph_file_info *cf, in ceph_del_rw_context() 825 ceph_find_rw_context(struct ceph_file_info *cf) in ceph_find_rw_context()
|
H A D | ioctl.c | 243 struct ceph_file_info *fi = file->private_data; in ceph_ioctl_lazyio() 265 struct ceph_file_info *fi = file->private_data; in ceph_ioctl_syncio()
|
H A D | file.c | 207 struct ceph_file_info *fi; in ceph_init_file_info() 344 struct ceph_file_info *fi = file->private_data; in ceph_open() 836 struct ceph_file_info *fi = file->private_data; in ceph_release() 1546 struct ceph_file_info *fi = filp->private_data; in ceph_read_iter() 1703 struct ceph_file_info *fi = file->private_data; in ceph_write_iter() 2079 struct ceph_file_info *fi = file->private_data; in ceph_fallocate()
|
H A D | addr.c | 458 struct ceph_file_info *fi = file->private_data; in ceph_readpages() 1492 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_filemap_fault() 1584 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_page_mkwrite()
|
H A D | super.c | 774 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()
|
H A D | caps.c | 2949 struct ceph_file_info *fi = filp->private_data; in ceph_get_caps()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.h | 826 struct ceph_file_info { struct 837 struct ceph_file_info file_info; 867 static inline void ceph_add_rw_context(struct ceph_file_info *cf, in ceph_add_rw_context() 875 static inline void ceph_del_rw_context(struct ceph_file_info *cf, in ceph_del_rw_context() 884 ceph_find_rw_context(struct ceph_file_info *cf) in ceph_find_rw_context() 1273 extern int __ceph_get_caps(struct inode *inode, struct ceph_file_info *fi,
|
H A D | ioctl.c | 244 struct ceph_file_info *fi = file->private_data; in ceph_ioctl_lazyio() 266 struct ceph_file_info *fi = file->private_data; in ceph_ioctl_syncio()
|
H A D | file.c | 204 struct ceph_file_info *fi; in ceph_init_file_info() 358 struct ceph_file_info *fi = file->private_data; in ceph_open() 929 struct ceph_file_info *fi = file->private_data; in ceph_release() 2011 struct ceph_file_info *fi = filp->private_data; in ceph_read_iter() 2164 struct ceph_file_info *fi = in->private_data; in ceph_splice_read() 2231 struct ceph_file_info *fi = file->private_data; in ceph_write_iter() 2555 struct ceph_file_info *fi = file->private_data; in ceph_fallocate()
|
H A D | addr.c | 451 struct ceph_file_info *fi = file->private_data; in ceph_init_request() 1590 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_filemap_fault() 1680 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_page_mkwrite()
|
H A D | super.c | 949 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()
|
H A D | caps.c | 2964 int __ceph_get_caps(struct inode *inode, struct ceph_file_info *fi, int need, in __ceph_get_caps() 3094 struct ceph_file_info *fi = filp->private_data; in ceph_get_caps()
|
Completed in 31 milliseconds