• Home
  • Raw
  • Download

Lines Matching refs:t

3012 	struct dtslot *t;  in jfs_readdir()  local
3245 t = (struct dtslot *) & p->slot[next]; in jfs_readdir()
3258 outlen = jfs_strfromUCS_le(name_ptr, t->name, in jfs_readdir()
3262 next = t->next; in jfs_readdir()
3586 struct dtslot *t; in dtCompare() local
3625 t = (struct dtslot *) & p->slot[si]; in dtCompare()
3628 name = t->name; in dtCompare()
3635 si = t->next; in dtCompare()
3664 struct dtslot *t; in ciCompare() local
3728 t = (struct dtslot *) & p->slot[si]; in ciCompare()
3731 name = t->name; in ciCompare()
3745 si = t->next; in ciCompare()
3836 struct dtslot *t; in dtGetKey() local
3874 t = &p->slot[si]; in dtGetKey()
3878 UniStrncpy_from_le(kname, t->name, len); in dtGetKey()
3880 si = t->next; in dtGetKey()
3896 struct dtslot *h, *t; in dtInsertEntry() local
3958 t = h; in dtInsertEntry()
3963 t = &p->slot[fsi]; in dtInsertEntry()
3964 p->header.freelist = t->next; in dtInsertEntry()
3987 UniStrncpy_to_le(t->name, kname, len); in dtInsertEntry()
4001 if (h == t) { in dtInsertEntry()
4009 t->next = -1; in dtInsertEntry()
4256 struct dtslot *t; in dtDeleteEntry() local
4274 t = &p->slot[fsi]; in dtDeleteEntry()
4276 si = ((struct ldtentry *) t)->next; in dtDeleteEntry()
4278 si = ((struct idtentry *) t)->next; in dtDeleteEntry()
4279 t->next = si; in dtDeleteEntry()
4280 t->cnt = 1; in dtDeleteEntry()
4309 t = &p->slot[si]; in dtDeleteEntry()
4310 t->cnt = 1; in dtDeleteEntry()
4311 si = t->next; in dtDeleteEntry()
4321 t->next = p->header.freelist; in dtDeleteEntry()
4351 struct dtslot *t; in dtTruncateEntry() local
4369 t = &p->slot[tsi]; in dtTruncateEntry()
4371 ((struct idtentry *) t)->namlen = 0; in dtTruncateEntry()
4372 si = ((struct idtentry *) t)->next; in dtTruncateEntry()
4373 ((struct idtentry *) t)->next = -1; in dtTruncateEntry()
4404 t = &p->slot[si]; in dtTruncateEntry()
4405 t->cnt = 1; in dtTruncateEntry()
4406 si = t->next; in dtTruncateEntry()
4418 t->next = p->header.freelist; in dtTruncateEntry()
4432 struct dtslot *t; in dtLinelockFreelist() local
4451 t = &p->slot[fsi]; in dtLinelockFreelist()
4452 si = t->next; in dtLinelockFreelist()
4477 t = &p->slot[si]; in dtLinelockFreelist()
4478 si = t->next; in dtLinelockFreelist()