Searched refs:unp (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | item_ops.c | 299 __u32 * unp, prev = INT_MAX; in indirect_print_item() local 302 unp = (__u32 *)item; in indirect_print_item() 309 if (sequence_finished (prev, &num, get_block_num(unp, j))) { in indirect_print_item() 311 start_new_sequence (&prev, &num, get_block_num(unp, j)); in indirect_print_item()
|
D | inode.c | 700 __u32 unp = 0; in reiserfs_get_block() local 710 unp = cpu_to_le32 (allocated_block_nr); in reiserfs_get_block() 719 retval = reiserfs_insert_item (&th, &path, &tmp_key, &tmp_ih, (char *)&unp); in reiserfs_get_block() 724 if (unp) in reiserfs_get_block()
|
/linux-2.4.37.9/ipc/ |
D | sem.c | 806 static int alloc_undo(struct sem_array *sma, struct sem_undo** unp, int semid, int alter) in alloc_undo() argument 832 *unp = un; in alloc_undo() 1016 struct sem_undo *u, *un = NULL, **up, **unp; in sem_exit() local 1052 for (unp = &sma->undo; (un = *unp); unp = &un->id_next) { in sem_exit() 1059 *unp = un->id_next; in sem_exit()
|