Lines Matching defs:last
106 * make note of the last dentry we read, so we can
187 struct dentry *dentry, *last = NULL;
269 if (last)
270 dput(last);
271 last = dentry;
278 if (last) {
280 di = ceph_dentry(last);
281 ret = note_last_dentry(dfi, last->d_name.name, last->d_name.len,
285 dput(last);
473 /* note next offset and last dentry name */
488 /* keep last name */
1363 struct dentry *dentry, *last = NULL;
1377 if (last == dentry)
1392 if (!last)
1393 last = dentry;
1402 * last reference is dropped */