Home
last modified time | relevance | path

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

/fs/ceph/
Dsuper.h706 struct ceph_file_info { struct
718 struct ceph_file_info file_info; argument
748 static inline void ceph_add_rw_context(struct ceph_file_info *cf, in ceph_add_rw_context()
756 static inline void ceph_del_rw_context(struct ceph_file_info *cf, in ceph_del_rw_context()
765 ceph_find_rw_context(struct ceph_file_info *cf) in ceph_find_rw_context()
Dioctl.c243 struct ceph_file_info *fi = file->private_data; in ceph_ioctl_lazyio()
263 struct ceph_file_info *fi = file->private_data; in ceph_ioctl_syncio()
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.c206 struct ceph_file_info *fi; in ceph_init_file_info()
349 struct ceph_file_info *fi = file->private_data; in ceph_open()
556 struct ceph_file_info *fi = file->private_data; in ceph_release()
1261 struct ceph_file_info *fi = filp->private_data; in ceph_read_iter()
1418 struct ceph_file_info *fi = file->private_data; in ceph_write_iter()
1794 struct ceph_file_info *fi = file->private_data; in ceph_fallocate()
Daddr.c438 struct ceph_file_info *fi = file->private_data; in ceph_readpages()
1420 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_filemap_fault()
1512 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_page_mkwrite()
Dsuper.c824 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()
Dcaps.c2768 struct ceph_file_info *fi = filp->private_data; in ceph_get_caps()