Searched refs:NILFS_SS_LOGEND (Results 1 – 4 of 4) sorted by relevance
125 return (flags & (NILFS_SS_LOGBGN | NILFS_SS_LOGEND)) == in nilfs_segbuf_simplex()126 (NILFS_SS_LOGBGN | NILFS_SS_LOGEND); in nilfs_segbuf_simplex()
638 if (flags & NILFS_SS_LOGEND) { in nilfs_do_roll_forward()879 if (flags & NILFS_SS_LOGEND) in nilfs_search_super_root()
1251 sci->sc_curseg->sb_sum.flags |= NILFS_SS_LOGEND; in nilfs_segctor_collect_blocks()1264 sci->sc_curseg->sb_sum.flags |= NILFS_SS_LOGEND; in nilfs_segctor_collect_blocks()1885 if (segbuf->sb_sum.flags & NILFS_SS_LOGEND) in nilfs_segctor_complete_write()
421 #define NILFS_SS_LOGEND 0x0002 /* ends a logical segment */ macro