Searched refs:lookup_one_len_common (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | namei.c | 2543 static int lookup_one_len_common(const char *name, struct vfsmount *mnt, in lookup_one_len_common() function 2596 err = lookup_one_len_common(name, NULL, base, len, &this); in try_lookup_one_len() 2623 err = lookup_one_len_common(name, mnt, base, len, &this); in lookup_one_len2() 2657 err = lookup_one_len_common(name, NULL, base, len, &this); in lookup_one_len_unlocked()
|