Home
last modified time | relevance | path

Searched refs:__kern_path_locked (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/
Dnamei.c2673 static struct dentry *__kern_path_locked(int dfd, struct filename *name, struct path *path) in __kern_path_locked() function
2698 struct dentry *res = __kern_path_locked(AT_FDCWD, filename, path); in kern_path_locked()
2707 struct dentry *res = __kern_path_locked(dfd, filename, path); in user_path_locked_at()