Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ceph/
Dsuper.h826 struct ceph_file_info { struct
837 struct ceph_file_info file_info; argument
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,
Dioctl.c244 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()
Dfile.c204 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()
2008 struct ceph_file_info *fi = filp->private_data; in ceph_read_iter()
2161 struct ceph_file_info *fi = in->private_data; in ceph_splice_read()
2228 struct ceph_file_info *fi = file->private_data; in ceph_write_iter()
2552 struct ceph_file_info *fi = file->private_data; in ceph_fallocate()
Daddr.c451 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()
Dsuper.c949 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()
Dcaps.c2963 int __ceph_get_caps(struct inode *inode, struct ceph_file_info *fi, int need, in __ceph_get_caps()
3093 struct ceph_file_info *fi = filp->private_data; in ceph_get_caps()