Searched refs:prepend_path (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | dcache.c | 2523 static int prepend_path(const struct path *path, in prepend_path() function 2607 error = prepend_path(path, root, &res, &buflen); in __d_path() 2628 error = prepend_path(path, &root, &res, &buflen); in d_absolute_path() 2653 return prepend_path(path, root, buf, buflen); in path_with_deleted() 2843 error = prepend_path(&pwd, &root, &cwd, &buflen); in SYSCALL_DEFINE2()
|