lookup_one_len_unlocked (9) Linux Manual Page
lookup_one_len_unlocked – filesystem helper to lookup single pathname component Synopsis struct dentry *lookup_one_len_unlocked(const char *name, struct dentry *base, int len); Arguments name pathname component to lookup base base directory to lookup from len maximum length len should be interpreted to Description Note that this routine is purely a helper for filesystem usage and should not…
