Home
last modified time | relevance | path

Searched refs:ceph_file_info (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/ceph/
H A Dsuper.h833 struct ceph_file_info { struct
844 struct ceph_file_info file_info; argument
874 static inline void ceph_add_rw_context(struct ceph_file_info *cf, in ceph_add_rw_context()
882 static inline void ceph_del_rw_context(struct ceph_file_info *cf, in ceph_del_rw_context()
891 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 Dioctl.c244 struct ceph_file_info *fi = file->private_data; in ceph_ioctl_lazyio()
269 struct ceph_file_info *fi = file->private_data; in ceph_ioctl_syncio()
H A Dfile.c207 struct ceph_file_info *fi; in ceph_init_file_info()
366 struct ceph_file_info *fi = file->private_data; in ceph_open()
1016 struct ceph_file_info *fi = file->private_data; in ceph_release()
2112 struct ceph_file_info *fi = filp->private_data; in ceph_read_iter()
2268 struct ceph_file_info *fi = in->private_data; in ceph_splice_read()
2335 struct ceph_file_info *fi = file->private_data; in ceph_write_iter()
2661 struct ceph_file_info *fi = file->private_data; in ceph_fallocate()
H A Daddr.c468 struct ceph_file_info *fi = file->private_data; in ceph_init_request()
1947 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_filemap_fault()
2038 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_page_mkwrite()
H A Dsuper.c963 ceph_file_cachep = KMEM_CACHE(ceph_file_info, 0); in init_caches()
H A Dcaps.c3039 int __ceph_get_caps(struct inode *inode, struct ceph_file_info *fi, int need, in __ceph_get_caps()
3175 struct ceph_file_info *fi = filp->private_data; in ceph_get_caps()