Lines Matching defs:head
458 struct LINK *head;
2796 struct POSIX_SECURITY head;
2812 struct POSIX_SECURITY head;
2830 struct POSIX_SECURITY head;
2850 struct POSIX_SECURITY head;
2868 struct POSIX_SECURITY head;
2888 struct POSIX_SECURITY head;
2910 pxsample = &sampletry1.head;
2913 descr = ntfs_build_descr_posix(context.mapping,&sampletry1.head,
2917 pxsample = &sampletry1.head;
2920 descr = ntfs_build_descr_posix(context.mapping,&sampletry1.head,
2925 pxsample = &sampletry3.head;
2932 pxsample = &sampletry4.head;
2939 pxsample = &sampletry5.head;
2946 pxsample = &sampletry6.head;
2953 pxsample = &sampletry6.head;
2959 pxsample = &sampletry8.head;
2962 descr = ntfs_build_descr_posix(context.mapping,&sampletry8.head,
4316 dircontext.head = (struct LINK*)NULL;
4328 while (dircontext.head) {
4329 current = dircontext.head;
4331 dircontext.head = dircontext.head->next;
4552 dircontext.head = (struct LINK*)NULL;
4567 while (dircontext.head) {
4568 current = dircontext.head;
4570 dircontext.head = dircontext.head->next;
4601 dircontext.head = (struct LINK*)NULL;
4611 while (dircontext.head) {
4612 current = dircontext.head;
4614 dircontext.head = dircontext.head->next;
4714 linkage->next = dircontext->head;
4715 dircontext->head = linkage;