Searched refs:kern_path_locked (Results 1 – 5 of 5) sorted by relevance
64 extern struct dentry *kern_path_locked(const char *, struct path *);
259 dentry = kern_path_locked(name, &parent); in dev_rmdir()328 dentry = kern_path_locked(nodename, &parent); in handle_remove()
85 dentry = kern_path_locked(pathname, &path); in audit_alloc_mark()
1165 kern_path_locked() and user_path_locked() no longer return a negative
2794 struct dentry *kern_path_locked(const char *name, struct path *path) in kern_path_locked() function