Home
last modified time | relevance | path

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

/Linux-v5.15/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.h768 struct ceph_file_info { struct
780 struct ceph_file_info file_info; argument
810 static inline void ceph_add_rw_context(struct ceph_file_info *cf, in ceph_add_rw_context()
818 static inline void ceph_del_rw_context(struct ceph_file_info *cf, in ceph_del_rw_context()
827 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.c207 struct ceph_file_info *fi; in ceph_init_file_info()
344 struct ceph_file_info *fi = file->private_data; in ceph_open()
807 struct ceph_file_info *fi = file->private_data; in ceph_release()
1516 struct ceph_file_info *fi = filp->private_data; in ceph_read_iter()
1667 struct ceph_file_info *fi = file->private_data; in ceph_write_iter()
2042 struct ceph_file_info *fi = file->private_data; in ceph_fallocate()
Daddr.c352 struct ceph_file_info *fi = ractl->file->private_data; in ceph_readahead()
1353 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_filemap_fault()
1440 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_page_mkwrite()
Dsuper.c773 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()
Dcaps.c2858 struct ceph_file_info *fi = filp->private_data; in ceph_get_caps()