Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnamei.h64 extern struct dentry *kern_path_locked(const char *, struct path *);
/linux/drivers/base/
H A Ddevtmpfs.c259 dentry = kern_path_locked(name, &parent); in dev_rmdir()
328 dentry = kern_path_locked(nodename, &parent); in handle_remove()
/linux/kernel/
H A Daudit_fsnotify.c85 dentry = kern_path_locked(pathname, &path); in audit_alloc_mark()
/linux/Documentation/filesystems/
H A Dporting.rst1165 kern_path_locked() and user_path_locked() no longer return a negative
/linux/fs/
H A Dnamei.c2794 struct dentry *kern_path_locked(const char *name, struct path *path) in kern_path_locked() function