fs/namei.c
2968
error = filename_parentat(dfd, name, 0, &parent_path, &last, &type);
fs/namei.c
3014
error = filename_parentat(AT_FDCWD, filename, 0, &parent_path, &last, &type);
fs/namei.c
4909
error = filename_parentat(dfd, name, reval_flag, path, &last, &type);
fs/namei.c
5372
error = filename_parentat(dfd, name, lookup_flags, &path, &last, &type);
fs/namei.c
5515
error = filename_parentat(dfd, name, lookup_flags, &path, &last, &type);
fs/namei.c
6091
error = filename_parentat(olddfd, from, lookup_flags, &old_path,
fs/namei.c
6096
error = filename_parentat(newdfd, to, lookup_flags, &new_path, &new_last,