Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dsuper.h678 struct ceph_file_info { struct
687 struct ceph_file_info file_info; argument
717 static inline void ceph_add_rw_context(struct ceph_file_info *cf, in ceph_add_rw_context()
725 static inline void ceph_del_rw_context(struct ceph_file_info *cf, in ceph_del_rw_context()
734 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()
Dfile.c202 struct ceph_file_info *fi; in ceph_init_file_info()
343 struct ceph_file_info *fi = file->private_data; in ceph_open()
544 struct ceph_file_info *fi = file->private_data; in ceph_release()
1249 struct ceph_file_info *fi = filp->private_data; in ceph_read_iter()
1387 struct ceph_file_info *fi = file->private_data; in ceph_write_iter()
1747 struct ceph_file_info *fi = file->private_data; in ceph_fallocate()
Daddr.c434 struct ceph_file_info *fi = file->private_data; in ceph_readpages()
1430 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_filemap_fault()
1524 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_page_mkwrite()
Dsuper.c792 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()