Searched refs:prepend_path (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | d_path.c | 75 static int prepend_path(const struct path *path, in prepend_path() function 184 error = prepend_path(path, root, &res, &buflen); in __d_path() 201 error = prepend_path(path, &root, &res, &buflen); in d_absolute_path() 224 return prepend_path(path, root, buf, buflen); in path_with_deleted() 444 error = prepend_path(&pwd, &root, &cwd, &buflen); in SYSCALL_DEFINE2()
|