Lines Matching defs:cur
2444 struct path cur = *path;2452 path_get(&cur);2457 if (path_equal(&cur, root))2459 if (cur.dentry == cur.mnt->mnt_root) {2460 if (follow_up(&cur))2473 components[ncomponents++] = cur.dentry;2474 cur.dentry = dget_parent(cur.dentry);2506 path_put(&cur);