Home
last modified time | relevance | path

Searched refs:i_next (Results 1 – 7 of 7) sorted by relevance

/minix/external/bsd/nvi/dist/common/
H A Dkey.c357 if (nitems <= wp->i_next || in v_event_push()
360 wp->i_next -= nitems; in v_event_push()
375 wp->i_event + wp->i_next, wp->i_cnt); in v_event_push()
376 wp->i_next = TERM_PUSH_SHIFT; in v_event_push()
380 for (evp = wp->i_event + wp->i_next; nitems--; ++evp) { in v_event_push()
409 nevents > wp->i_nelem - (wp->i_next + wp->i_cnt)) in v_event_append()
411 evp = wp->i_event + wp->i_next + wp->i_cnt; in v_event_append()
430 wp->i_next = 0; \
432 wp->i_next += len; \
601 newmap: evp = &wp->i_event[wp->i_next]; in v_event_get()
[all …]
H A Dscreen.h60 size_t i_next; /* Offset of next event. */ member
H A Dkey.h154 FL_ISSET((sp)->wp->i_event[(sp)->wp->i_next].e_flags, CH_MAPPED))
/minix/minix/lib/libsffs/
H A Ddentry.c139 LIST_INSERT_HEAD(&work_list, ino, i_next); in del_dentry()
143 LIST_REMOVE(ino, i_next); in del_dentry()
149 LIST_REMOVE(child, i_next); in del_dentry()
154 LIST_INSERT_HEAD(&work_list, child, i_next); in del_dentry()
H A Dinode.c177 LIST_INSERT_HEAD(&parent->i_child, ino, i_next); in link_inode()
195 LIST_REMOVE(ino, i_next); in unlink_inode()
H A Dinode.h58 LIST_ENTRY(inode) i_next; /* sibling inode chain entry */
/minix/minix/fs/pfs/
H A Dpfs.c41 LIST_ENTRY(inode) i_next; /* next element in free list */
70 LIST_INSERT_HEAD(&free_inodes, rip, i_next); in pfs_mount()
151 LIST_REMOVE(rip, i_next); in pfs_newnode()
209 LIST_INSERT_HEAD(&free_inodes, rip, i_next); in pfs_putnode()