Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Dsegbuf.h98 #define NILFS_LIST_SEGBUF(head) \ macro
100 #define NILFS_NEXT_SEGBUF(segbuf) NILFS_LIST_SEGBUF((segbuf)->sb_list.next)
101 #define NILFS_PREV_SEGBUF(segbuf) NILFS_LIST_SEGBUF((segbuf)->sb_list.prev)
102 #define NILFS_LAST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->prev)
103 #define NILFS_FIRST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->next)