Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nilfs2/
Dsegbuf.h137 return (flags & (NILFS_SS_LOGBGN | NILFS_SS_LOGEND)) == in nilfs_segbuf_simplex()
138 (NILFS_SS_LOGBGN | NILFS_SS_LOGEND); in nilfs_segbuf_simplex()
Drecovery.c636 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()
Dsegment.c1061 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()
/linux-2.6.39/include/linux/
Dnilfs2_fs.h434 #define NILFS_SS_LOGBGN 0x0001 /* begins a logical segment */ macro