Lines Matching refs:transentry

59 struct transentry {  struct
60 struct transentry *next; argument
61 struct transentry *prev; argument
111 struct transentry *te_list_v3_read; argument
112 struct transentry *te_list_v3_write;
113 struct transentry *te_list_v2_read;
114 struct transentry *te_list_v2_write;
119 static void nfslog_print_trans_logentry(struct transentry *,
152 static struct transentry *
155 struct transentry *pte; in create_te()
157 if ((pte = (struct transentry *)calloc(1, sizeof (*pte))) == NULL) { in create_te()
167 static struct transentry *
169 struct transentry *te_list, in insert_te()
170 struct transentry *entry) in insert_te()
172 struct transentry *pte; in insert_te()
248 remove_te(struct transentry *pte) in remove_te()
398 (struct transentry *)malloc(sizeof (struct transentry)); in nfslog_open_trans_file()
400 (struct transentry *)malloc(sizeof (struct transentry)); in nfslog_open_trans_file()
402 (struct transentry *)malloc(sizeof (struct transentry)); in nfslog_open_trans_file()
404 (struct transentry *)malloc(sizeof (struct transentry)); in nfslog_open_trans_file()
467 struct transentry *pte; in nfslog_process_trans_timeout()
549 static struct transentry *
556 struct transentry *newte; in trans_read()
557 struct transentry *pte = NULL; in trans_read()
619 static struct transentry *
626 struct transentry *newte; in trans_write()
627 struct transentry *pte = NULL; in trans_write()
691 static struct transentry *
698 struct transentry *newte; in trans_setattr()
699 struct transentry *pte = NULL; in trans_setattr()
756 static struct transentry *
763 struct transentry *newte; in trans_create()
764 struct transentry *pte = NULL; in trans_create()
825 static struct transentry *
832 struct transentry *newte; in trans_remove()
833 struct transentry *pte = NULL; in trans_remove()
890 static struct transentry *
896 struct transentry *newte; in trans_mkdir()
937 static struct transentry *
943 struct transentry *newte; in trans_rmdir()
983 static struct transentry *
991 struct transentry *newte; in trans_rename()
992 struct transentry *pte = NULL; in trans_rename()
1068 static struct transentry *
1075 struct transentry *newte; in trans_link()
1128 static struct transentry *
1134 struct transentry *newte; in trans_symlink()
1181 static struct transentry *
1188 struct transentry *newte; in trans_read3()
1189 struct transentry *pte = NULL; in trans_read3()
1251 static struct transentry *
1258 struct transentry *newte; in trans_write3()
1259 struct transentry *pte = NULL; in trans_write3()
1324 static struct transentry *
1331 struct transentry *newte; in trans_setattr3()
1332 struct transentry *pte = NULL; in trans_setattr3()
1390 static struct transentry *
1397 struct transentry *newte; in trans_create3()
1398 struct transentry *pte = NULL; in trans_create3()
1455 static struct transentry *
1462 struct transentry *newte; in trans_remove3()
1463 struct transentry *pte = NULL; in trans_remove3()
1520 static struct transentry *
1526 struct transentry *newte; in trans_mkdir3()
1566 static struct transentry *
1572 struct transentry *newte; in trans_rmdir3()
1612 static struct transentry *
1620 struct transentry *newte; in trans_rename3()
1621 struct transentry *pte = NULL; in trans_rename3()
1691 static struct transentry *
1697 struct transentry *newte; in trans_mknod3()
1738 static struct transentry *
1745 struct transentry *newte; in trans_link3()
1797 static struct transentry *
1803 struct transentry *newte; in trans_symlink3()
1858 struct transentry *pte = NULL; in nfslog_process_trans_rec()
1992 nfslog_print_trans_logentry(struct transentry *pte, in nfslog_print_trans_logentry()