Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ceph/
Dioctl.c243 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()
Dsuper.h783 struct ceph_file_info { struct
795 struct ceph_file_info file_info; argument
825 static inline void ceph_add_rw_context(struct ceph_file_info *cf, in ceph_add_rw_context()
833 static inline void ceph_del_rw_context(struct ceph_file_info *cf, in ceph_del_rw_context()
842 ceph_find_rw_context(struct ceph_file_info *cf) in ceph_find_rw_context()
Dlocks.c35 struct ceph_file_info *fi = dst->fl_file->private_data; in ceph_fl_copy_lock()
43 struct ceph_file_info *fi = fl->fl_file->private_data; in ceph_fl_release_lock()
Dfile.c208 struct ceph_file_info *fi; in ceph_init_file_info()
362 struct ceph_file_info *fi = file->private_data; in ceph_open()
890 struct ceph_file_info *fi = file->private_data; in ceph_release()
1603 struct ceph_file_info *fi = filp->private_data; in ceph_read_iter()
1758 struct ceph_file_info *fi = file->private_data; in ceph_write_iter()
2085 struct ceph_file_info *fi = file->private_data; in ceph_fallocate()
Daddr.c367 struct ceph_file_info *fi = file->private_data; in ceph_init_request()
1408 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_filemap_fault()
1498 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_page_mkwrite()
Dsuper.c915 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()
Dcaps.c2900 struct ceph_file_info *fi = filp->private_data; in ceph_get_caps()