Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnamei.h68 extern struct dentry *kern_path_locked(const char *, struct path *);
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c245 dentry = kern_path_locked(name, &parent); in dev_rmdir()
316 dentry = kern_path_locked(nodename, &parent); in handle_remove()
/openbmc/linux/kernel/
H A Daudit_fsnotify.c85 dentry = kern_path_locked(pathname, &path); in audit_alloc_mark()
H A Daudit_watch.c350 struct dentry *d = kern_path_locked(watch->path, parent); in audit_get_nd()
/openbmc/linux/fs/
H A Dnamei.c2598 struct dentry *kern_path_locked(const char *name, struct path *path) in kern_path_locked() function