Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.h767 struct ceph_file_info { struct
779 struct ceph_file_info file_info; argument
809 static inline void ceph_add_rw_context(struct ceph_file_info *cf, in ceph_add_rw_context()
817 static inline void ceph_del_rw_context(struct ceph_file_info *cf, in ceph_del_rw_context()
826 ceph_find_rw_context(struct ceph_file_info *cf) in ceph_find_rw_context()
H A 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()
H A 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()
H A Dfile.c207 struct ceph_file_info *fi; in ceph_init_file_info()
344 struct ceph_file_info *fi = file->private_data; in ceph_open()
836 struct ceph_file_info *fi = file->private_data; in ceph_release()
1546 struct ceph_file_info *fi = filp->private_data; in ceph_read_iter()
1703 struct ceph_file_info *fi = file->private_data; in ceph_write_iter()
2079 struct ceph_file_info *fi = file->private_data; in ceph_fallocate()
H A Daddr.c458 struct ceph_file_info *fi = file->private_data; in ceph_readpages()
1492 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_filemap_fault()
1584 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_page_mkwrite()
H A Dsuper.c774 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()
H A Dcaps.c2942 struct ceph_file_info *fi = filp->private_data; in ceph_get_caps()