Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dioctl.c244 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()
Dfile.c138 struct ceph_file_info *cf; in ceph_init_file()
206 struct ceph_file_info *cf = file->private_data; in ceph_open()
384 struct ceph_file_info *cf = file->private_data; in ceph_release()
870 struct ceph_file_info *fi = filp->private_data; in ceph_read_iter()
1000 struct ceph_file_info *fi = file->private_data; in ceph_write_iter()
1344 struct ceph_file_info *fi = file->private_data; in ceph_fallocate()
Ddir.c115 static int note_last_dentry(struct ceph_file_info *fi, const char *name, in note_last_dentry()
144 struct ceph_file_info *fi = file->private_data; in __dcache_readdir()
256 struct ceph_file_info *fi = file->private_data; in ceph_readdir()
486 static void reset_readdir(struct ceph_file_info *fi, unsigned frag) in reset_readdir()
505 struct ceph_file_info *fi = file->private_data; in ceph_dir_llseek()
1191 struct ceph_file_info *cf = file->private_data; in ceph_read_dir()
Dsuper.h626 struct ceph_file_info { struct
Daddr.c1238 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_filemap_fault()
1321 struct ceph_file_info *fi = vma->vm_file->private_data; in ceph_page_mkwrite()
Dsuper.c661 ceph_file_cachep = KMEM_CACHE(ceph_file_info, in init_caches()