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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dtar.c65 ** the only functions that deal with the HardLinkInfo structure.
68 typedef struct HardLinkInfo HardLinkInfo; typedef in typeref:struct:HardLinkInfo
69 struct HardLinkInfo { struct
70 HardLinkInfo *next; /* Next entry in list */
88 HardLinkInfo *hlInfoHead; /* Hard Link Tracking Information */
89 HardLinkInfo *hlInfo; /* Hard Link Info for the current file */
109 static void addHardLinkInfo(HardLinkInfo ** hlInfoHeadPtr,
114 HardLinkInfo *hlInfo;
116 hlInfo = xmalloc(sizeof(HardLinkInfo)
[all...]

Completed in 22 milliseconds