Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dsegbuf.h125 return (flags & (NILFS_SS_LOGBGN | NILFS_SS_LOGEND)) == in nilfs_segbuf_simplex()
126 (NILFS_SS_LOGBGN | NILFS_SS_LOGEND); in nilfs_segbuf_simplex()
H A Dsegment.c1177 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()
/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h420 #define NILFS_SS_LOGBGN 0x0001 /* begins a logical segment */ macro