Searched refs:NILFS_SS_LOGBGN (Results 1 – 4 of 4) sorted by relevance
137 return (flags & (NILFS_SS_LOGBGN | NILFS_SS_LOGEND)) == in nilfs_segbuf_simplex()138 (NILFS_SS_LOGBGN | NILFS_SS_LOGEND); in nilfs_segbuf_simplex()
636 if (!(flags & NILFS_SS_LOGBGN) || in nilfs_do_roll_forward()888 if (!ri->ri_lsegs_start && (flags & NILFS_SS_LOGBGN)) { in nilfs_search_super_root()
1061 sci->sc_curseg->sb_sum.flags = NILFS_SS_LOGBGN; in nilfs_segctor_collect_blocks()1906 if (segbuf->sb_sum.flags & NILFS_SS_LOGBGN) { in nilfs_segctor_complete_write()
434 #define NILFS_SS_LOGBGN 0x0001 /* begins a logical segment */ macro