Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Ddir.c347 req->r_readdir_cache_idx = fi->readdir_cache_idx; in ceph_readdir()
378 fi->readdir_cache_idx = req->r_readdir_cache_idx; in ceph_readdir()
379 if (fi->readdir_cache_idx < 0) { in ceph_readdir()
391 fi->readdir_cache_idx = -1; in ceph_readdir()
471 BUG_ON(fi->readdir_cache_idx < 0); in ceph_readdir()
472 i_size_write(inode, fi->readdir_cache_idx * in ceph_readdir()
495 fi->readdir_cache_idx = -1; in reset_readdir()
541 fi->readdir_cache_idx = -1; in ceph_dir_llseek()
Dsuper.h640 int readdir_cache_idx; member
Dfile.c167 cf->readdir_cache_idx = -1; in ceph_init_file()