Home
last modified time | relevance | path

Searched refs:ceph_dir_file_info (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/ceph/
Ddir.c104 static int note_last_dentry(struct ceph_dir_file_info *dfi, const char *name, in note_last_dentry()
177 struct ceph_dir_file_info *dfi = file->private_data; in __dcache_readdir()
289 static bool need_send_readdir(struct ceph_dir_file_info *dfi, loff_t pos) in need_send_readdir()
301 struct ceph_dir_file_info *dfi = file->private_data; in ceph_readdir()
578 static void reset_readdir(struct ceph_dir_file_info *dfi) in reset_readdir()
596 static bool need_reset_readdir(struct ceph_dir_file_info *dfi, loff_t new_pos) in need_reset_readdir()
618 struct ceph_dir_file_info *dfi = file->private_data; in ceph_dir_llseek()
1378 struct ceph_dir_file_info *dfi = file->private_data; in ceph_read_dir()
Dfile.c209 struct ceph_dir_file_info *dfi = in ceph_init_file_info()
532 struct ceph_dir_file_info *dfi = file->private_data; in ceph_release()
Dsuper.h686 struct ceph_dir_file_info { struct
Dsuper.c796 ceph_dir_file_cachep = KMEM_CACHE(ceph_dir_file_info, SLAB_MEM_SPREAD); in init_caches()