Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Ddir.c287 if (dfi->readdir_cache_idx >= 0) { in __dcache_readdir()
288 dfi->readdir_cache_idx = -1; in __dcache_readdir()
417 req->r_readdir_cache_idx = dfi->readdir_cache_idx; in ceph_readdir()
454 dfi->readdir_cache_idx = req->r_readdir_cache_idx; in ceph_readdir()
455 if (dfi->readdir_cache_idx < 0) { in ceph_readdir()
468 dfi->readdir_cache_idx = -1; in ceph_readdir()
570 BUG_ON(dfi->readdir_cache_idx < 0); in ceph_readdir()
571 i_size_write(inode, dfi->readdir_cache_idx * in ceph_readdir()
594 dfi->readdir_cache_idx = -1; in reset_readdir()
650 dfi->readdir_cache_idx = -1; in ceph_dir_llseek()
Dsuper.h768 int readdir_cache_idx; member
Dfile.c222 dfi->readdir_cache_idx = -1; in ceph_init_file_info()