Home
last modified time | relevance | path

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

/linux/fs/debugfs/
H A Dinode.c843 target = lookup_noperm_unlocked(&QSTR(new_name), rd.new_parent); in debugfs_change_name()
/linux/fs/
H A Dnamei.c3018 d = lookup_noperm_unlocked(&last, parent_path.dentry); in kern_path_parent()
3342 struct dentry *lookup_noperm_unlocked(struct qstr *name, struct dentry *base) in lookup_noperm_unlocked() function
3356 EXPORT_SYMBOL(lookup_noperm_unlocked);
3375 ret = lookup_noperm_unlocked(name, base); in lookup_noperm_positive_unlocked()
/linux/fs/smb/server/
H A Dvfs.c100 d = lookup_noperm_unlocked(&last, path->dentry); in ksmbd_vfs_path_lookup()