Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnamei.h65 extern struct dentry *kern_path_locked(const char *, struct path *);
/linux-6.1.9/drivers/base/
Ddevtmpfs.c252 dentry = kern_path_locked(name, &parent); in dev_rmdir()
323 dentry = kern_path_locked(nodename, &parent); in handle_remove()
/linux-6.1.9/kernel/
Daudit_fsnotify.c85 dentry = kern_path_locked(pathname, &path); in audit_alloc_mark()
Daudit_watch.c350 struct dentry *d = kern_path_locked(watch->path, parent); in audit_get_nd()
/linux-6.1.9/fs/
Dnamei.c2581 struct dentry *kern_path_locked(const char *name, struct path *path) in kern_path_locked() function