Home
last modified time | relevance | path

Searched refs:readdir_cache_idx (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ceph/
H A Ddir.c299 if (dfi->readdir_cache_idx >= 0) { in __dcache_readdir()
300 dfi->readdir_cache_idx = -1; in __dcache_readdir()
447 req->r_readdir_cache_idx = dfi->readdir_cache_idx; in ceph_readdir()
484 dfi->readdir_cache_idx = req->r_readdir_cache_idx; in ceph_readdir()
485 if (dfi->readdir_cache_idx < 0) { in ceph_readdir()
499 dfi->readdir_cache_idx = -1; in ceph_readdir()
620 BUG_ON(dfi->readdir_cache_idx < 0); in ceph_readdir()
621 i_size_write(inode, dfi->readdir_cache_idx * in ceph_readdir()
645 dfi->readdir_cache_idx = -1; in reset_readdir()
705 dfi->readdir_cache_idx in ceph_dir_llseek()
[all...]
H A Dsuper.h855 int readdir_cache_idx; member
H A Dfile.c223 dfi->readdir_cache_idx = -1; in ceph_init_file_info()