Searched refs:prepend_path (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/fs/ | 
| D | dcache.c | 2889 static int prepend_path(const struct path *path,  in prepend_path()  function 2996 	error = prepend_path(path, root, &res, &buflen);  in __d_path() 3013 	error = prepend_path(path, &root, &res, &buflen);  in d_absolute_path() 3036 	return prepend_path(path, root, buf, buflen);  in path_with_deleted() 3257 		error = prepend_path(&pwd, &root, &cwd, &buflen);  in SYSCALL_DEFINE2()
  |