gnfd               73 fs/gfs2/export.c 	struct get_name_filldir *gnfd =
gnfd               76 fs/gfs2/export.c 	if (inum != gnfd->inum.no_addr)
gnfd               79 fs/gfs2/export.c 	memcpy(gnfd->name, name, length);
gnfd               80 fs/gfs2/export.c 	gnfd->name[length] = 0;
gnfd               91 fs/gfs2/export.c 	struct get_name_filldir gnfd = {
gnfd              109 fs/gfs2/export.c 	gnfd.inum.no_addr = ip->i_no_addr;
gnfd              110 fs/gfs2/export.c 	gnfd.inum.no_formal_ino = ip->i_no_formal_ino;
gnfd              116 fs/gfs2/export.c 	error = gfs2_dir_read(dir, &gnfd.ctx, &f_ra);