Lines Matching refs:nbuf
122 struct dentry *dentry, char *nbuf)
142 err = exportfs_get_name(mnt, parent, nbuf, dentry);
147 dprintk("%s: found name: %s\n", __func__, nbuf);
148 tmp = lookup_one_unlocked(mnt_idmap(mnt), nbuf, parent, strlen(nbuf));
212 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf)
222 parent = reconnect_one(mnt, dentry, nbuf);
453 char nbuf[NAME_MAX+1];
484 err = reconnect_path(mnt, result, nbuf);
535 err = reconnect_path(mnt, target_dir, nbuf);
546 err = exportfs_get_name(mnt, target_dir, nbuf, result);
553 nresult = lookup_one(mnt_idmap(mnt), nbuf,
554 target_dir, strlen(nbuf));