Home
last modified time | relevance | path

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

/fs/ceph/
Ddir.c276 if (fi->readdir_cache_idx >= 0) { in __dcache_readdir()
277 fi->readdir_cache_idx = -1; in __dcache_readdir()
398 req->r_readdir_cache_idx = fi->readdir_cache_idx; in ceph_readdir()
435 fi->readdir_cache_idx = req->r_readdir_cache_idx; in ceph_readdir()
436 if (fi->readdir_cache_idx < 0) { in ceph_readdir()
449 fi->readdir_cache_idx = -1; in ceph_readdir()
554 BUG_ON(fi->readdir_cache_idx < 0); in ceph_readdir()
555 i_size_write(inode, fi->readdir_cache_idx * in ceph_readdir()
578 fi->readdir_cache_idx = -1; in reset_readdir()
634 fi->readdir_cache_idx = -1; in ceph_dir_llseek()
Dsuper.h682 int readdir_cache_idx; member
Dfile.c185 cf->readdir_cache_idx = -1; in ceph_init_file()