Lines Matching full:readdir
15 * Directory operations: readdir, lookup, create, link, unlink,
60 * for f_pos for readdir:
176 * When possible, we try to satisfy a readdir by peeking at the
179 * falling back to a "normal" sync readdir if any dentries in the dir
383 /* proceed with a normal readdir */ in ceph_readdir()
441 req->r_args.readdir.offset_hash = in ceph_readdir()
449 req->r_args.readdir.frag = cpu_to_le32(frag); in ceph_readdir()
450 req->r_args.readdir.flags = in ceph_readdir()
461 doutc(cl, "%p %llx.%llx got and parsed readdir result=%d" in ceph_readdir()
490 /* note dir version at start of readdir so in ceph_readdir()
498 /* disable readdir cache */ in ceph_readdir()
566 * doesn't have enough memory, etc. So for next readdir in ceph_readdir()
608 * were released during the whole readdir, and we should have in ceph_readdir()
619 * readdir cache */ in ceph_readdir()
651 * discard buffered readdir content on seekdir(0), or seek to new frag,
2126 /* who calls d_delete() should also disable dcache readdir */ in ceph_d_prune()
2136 /* Disable dcache readdir just in case that someone called d_drop() in ceph_d_prune()
2138 * properly (dcache readdir is still enabled) */ in ceph_d_prune()