Home
last modified time | relevance | path

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

/linux/fs/ceph/
A 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()
652 dfi->readdir_cache_idx = -1; in ceph_dir_llseek()
A Dsuper.h793 int readdir_cache_idx; member
A Dfile.c222 dfi->readdir_cache_idx = -1; in ceph_init_file_info()

Completed in 725 milliseconds