Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Ddir.c298 if (dfi->readdir_cache_idx >= 0) { in __dcache_readdir()
299 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 = -1; in ceph_dir_llseek()
H A Dfile.c223 dfi->readdir_cache_idx = -1; in ceph_init_file_info()