Lines Matching defs:part
43 * On Windows (the volume being part of file name)
117 * - split the code to have part of it shared with ntfs-3g library
2665 /* build the main header part */
3657 static char part[MAXATTRSZ];
3671 (char*)part,MAXATTRSZ,&partsz)) {
3672 xowner = get4l(part,4);
3674 ownerfl = get2l(part,2);
3675 ownersz = ntfs_sid_size((SID*)&part[xowner]);
3677 memcpy(ownsid,&part[xowner],ownersz);
3704 (char*)part,MAXATTRSZ,&partsz)) {
3706 memcpy(&attr[attrsz],&part[20],partsz-20);
3708 set2l(&attr[2],get2l(attr,2) | (get2l(part,2)
3744 (char*)part,MAXATTRSZ,&partsz)) {
3746 memcpy(&attr[attrsz],&part[20],partsz-20);
3748 set2l(&attr[2],get2l(attr,2) | (get2l(part,2)
4113 static char part[MAXATTRSZ];
4141 (char*)part,MAXATTRSZ,&partsz);