Searched refs:NILFS_SS_LOGBGN (Results 1 – 3 of 3) 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()
1177 sci->sc_curseg->sb_sum.flags = NILFS_SS_LOGBGN; in nilfs_segctor_collect_blocks() 1955 if (segbuf->sb_sum.flags & NILFS_SS_LOGBGN) { in nilfs_segctor_complete_write()
420 #define NILFS_SS_LOGBGN 0x0001 /* begins a logical segment */ macro