Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ceph/
Dfile.c68 struct ceph_file_info *cf; in ceph_init_file()
124 struct ceph_file_info *cf = file->private_data; in ceph_open()
271 struct ceph_file_info *cf = file->private_data; in ceph_release()
630 struct ceph_file_info *fi = filp->private_data; in ceph_aio_read()
702 struct ceph_file_info *fi = file->private_data; in ceph_aio_write()
Dioctl.c239 struct ceph_file_info *fi = file->private_data; in ceph_ioctl_lazyio()
260 struct ceph_file_info *fi = file->private_data; in ceph_ioctl_syncio()
Ddir.c118 struct ceph_file_info *fi = filp->private_data; in __dcache_readdir()
226 static int note_last_dentry(struct ceph_file_info *fi, const char *name, in note_last_dentry()
241 struct ceph_file_info *fi = filp->private_data; in ceph_readdir()
442 static void reset_readdir(struct ceph_file_info *fi) in reset_readdir()
460 struct ceph_file_info *fi = file->private_data; in ceph_dir_llseek()
1165 struct ceph_file_info *cf = file->private_data; in ceph_read_dir()
Dsuper.h574 struct ceph_file_info { struct
Dsuper.c590 ceph_file_cachep = KMEM_CACHE(ceph_file_info, in init_caches()