Searched refs:lookup_one_len_unlocked (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dnamei.h78 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_fs.c435 dir = lookup_one_len_unlocked(unit, sb->s_root, strlen(unit));
/linux-master/fs/ecryptfs/
H A Dinode.c418 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len);
/linux-master/fs/
H A Dnamei.c2857 * lookup_one_len_unlocked - filesystem helper to lookup single pathname component
2868 struct dentry *lookup_one_len_unlocked(const char *name, function
2873 EXPORT_SYMBOL(lookup_one_len_unlocked); variable
2876 * Like lookup_one_len_unlocked(), except that it yields ERR_PTR(-ENOENT)
2879 * _can_ become positive at any time, so callers of lookup_one_len_unlocked()
/linux-master/fs/nfsd/
H A Dvfs.c268 dentry = lookup_one_len_unlocked(name, dparent, len);

Completed in 193 milliseconds