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_len_unlocked(nbuf, parent, strlen(nbuf));
212 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf)
222 parent = reconnect_one(mnt, dentry, nbuf);
426 char nbuf[NAME_MAX+1];
459 err = reconnect_path(mnt, result, nbuf);
510 err = reconnect_path(mnt, target_dir, nbuf);
521 err = exportfs_get_name(mnt, target_dir, nbuf, result);
528 nresult = lookup_one_len(nbuf, target_dir, strlen(nbuf));