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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_export.c115 struct get_name_filldir *gnfd = opaque; local
117 if (inum != gnfd->inum.no_addr)
120 memcpy(gnfd->name, name, length);
121 gnfd->name[length] = 0;
132 struct get_name_filldir gnfd; local
147 gnfd.inum = ip->i_num;
148 gnfd.name = name;
154 error = gfs2_dir_read(dir, &offset, &gnfd, get_name_filldir);

Completed in 155 milliseconds