Searched refs:NILFS_SS_LOGBGN (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()
625 if (!(flags & NILFS_SS_LOGBGN) || in nilfs_do_roll_forward()875 if (!ri->ri_lsegs_start && (flags & NILFS_SS_LOGBGN)) { in nilfs_search_super_root()
1132 sci->sc_curseg->sb_sum.flags = NILFS_SS_LOGBGN; in nilfs_segctor_collect_blocks()1881 if (segbuf->sb_sum.flags & NILFS_SS_LOGBGN) { in nilfs_segctor_complete_write()
420 #define NILFS_SS_LOGBGN 0x0001 /* begins a logical segment */ macro