Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Ddir.c285 if (dfi->readdir_cache_idx >= 0) { in __dcache_readdir()
286 dfi->readdir_cache_idx = -1; in __dcache_readdir()
408 req->r_readdir_cache_idx = dfi->readdir_cache_idx; in ceph_readdir()
445 dfi->readdir_cache_idx = req->r_readdir_cache_idx; in ceph_readdir()
446 if (dfi->readdir_cache_idx < 0) { in ceph_readdir()
459 dfi->readdir_cache_idx = -1; in ceph_readdir()
567 BUG_ON(dfi->readdir_cache_idx < 0); in ceph_readdir()
568 i_size_write(inode, dfi->readdir_cache_idx * in ceph_readdir()
591 dfi->readdir_cache_idx = -1; in reset_readdir()
647 dfi->readdir_cache_idx = -1; in ceph_dir_llseek()
Dsuper.h732 int readdir_cache_idx; member
Dfile.c223 dfi->readdir_cache_idx = -1; in ceph_init_file_info()