Home
last modified time | relevance | path

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

/linux-4.4.14/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.c650 if (flags & NILFS_SS_LOGEND) { in nilfs_do_roll_forward()
893 if (flags & NILFS_SS_LOGEND) in nilfs_search_super_root()
Dsegment.c1247 sci->sc_curseg->sb_sum.flags |= NILFS_SS_LOGEND; in nilfs_segctor_collect_blocks()
1260 sci->sc_curseg->sb_sum.flags |= NILFS_SS_LOGEND; in nilfs_segctor_collect_blocks()
1877 if (segbuf->sb_sum.flags & NILFS_SS_LOGEND) in nilfs_segctor_complete_write()
/linux-4.4.14/include/linux/
Dnilfs2_fs.h438 #define NILFS_SS_LOGEND 0x0002 /* ends a logical segment */ macro