Lines Matching refs:t
2721 struct dtslot *t; in jfs_readdir() local
2962 t = (struct dtslot *) & p->slot[next]; in jfs_readdir()
2975 outlen = jfs_strfromUCS_le(name_ptr, t->name, in jfs_readdir()
2979 next = t->next; in jfs_readdir()
3310 struct dtslot *t; in dtCompare() local
3349 t = (struct dtslot *) & p->slot[si]; in dtCompare()
3352 name = t->name; in dtCompare()
3359 si = t->next; in dtCompare()
3388 struct dtslot *t; in ciCompare() local
3452 t = (struct dtslot *) & p->slot[si]; in ciCompare()
3455 name = t->name; in ciCompare()
3469 si = t->next; in ciCompare()
3560 struct dtslot *t; in dtGetKey() local
3598 t = &p->slot[si]; in dtGetKey()
3602 UniStrncpy_from_le(kname, t->name, len); in dtGetKey()
3604 si = t->next; in dtGetKey()
3620 struct dtslot *h, *t; in dtInsertEntry() local
3682 t = h; in dtInsertEntry()
3687 t = &p->slot[fsi]; in dtInsertEntry()
3688 p->header.freelist = t->next; in dtInsertEntry()
3711 UniStrncpy_to_le(t->name, kname, len); in dtInsertEntry()
3725 if (h == t) { in dtInsertEntry()
3733 t->next = -1; in dtInsertEntry()
3980 struct dtslot *t; in dtDeleteEntry() local
3998 t = &p->slot[fsi]; in dtDeleteEntry()
4000 si = ((struct ldtentry *) t)->next; in dtDeleteEntry()
4002 si = ((struct idtentry *) t)->next; in dtDeleteEntry()
4003 t->next = si; in dtDeleteEntry()
4004 t->cnt = 1; in dtDeleteEntry()
4033 t = &p->slot[si]; in dtDeleteEntry()
4034 t->cnt = 1; in dtDeleteEntry()
4035 si = t->next; in dtDeleteEntry()
4045 t->next = p->header.freelist; in dtDeleteEntry()
4075 struct dtslot *t; in dtTruncateEntry() local
4093 t = &p->slot[tsi]; in dtTruncateEntry()
4095 ((struct idtentry *) t)->namlen = 0; in dtTruncateEntry()
4096 si = ((struct idtentry *) t)->next; in dtTruncateEntry()
4097 ((struct idtentry *) t)->next = -1; in dtTruncateEntry()
4128 t = &p->slot[si]; in dtTruncateEntry()
4129 t->cnt = 1; in dtTruncateEntry()
4130 si = t->next; in dtTruncateEntry()
4142 t->next = p->header.freelist; in dtTruncateEntry()
4156 struct dtslot *t; in dtLinelockFreelist() local
4175 t = &p->slot[fsi]; in dtLinelockFreelist()
4176 si = t->next; in dtLinelockFreelist()
4201 t = &p->slot[si]; in dtLinelockFreelist()
4202 si = t->next; in dtLinelockFreelist()