Searched refs:unp (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Ditem_ops.c271 __le32 *unp; local
275 unp = (__le32 *) item;
282 if (sequence_finished(prev, &num, get_block_num(unp, j))) {
284 start_new_sequence(&prev, &num, get_block_num(unp, j));
H A Dinode.c758 __le32 unp = 0; local
769 unp = cpu_to_le32(allocated_block_nr);
781 inode, (char *)&unp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/ipc/
H A Dsem.c1339 struct sem_undo *un, **unp; local
1356 for (unp = &sma->undo; (un = *unp); unp = &un->id_next) {
1363 *unp = un->id_next;

Completed in 111 milliseconds