Searched refs:NILFS_SS_LOGBGN (Results 1 - 4 of 4) sorted by path

/linux-master/include/uapi/linux/
H A Dnilfs2_ondisk.h420 #define NILFS_SS_LOGBGN 0x0001 /* begins a logical segment */ macro
/linux-master/fs/nilfs2/
H A Drecovery.c627 if (!(flags & NILFS_SS_LOGBGN) ||
879 if (!ri->ri_lsegs_start && (flags & NILFS_SS_LOGBGN)) {
H A Dsegbuf.h125 return (flags & (NILFS_SS_LOGBGN | NILFS_SS_LOGEND)) ==
126 (NILFS_SS_LOGBGN | NILFS_SS_LOGEND);
H A Dsegment.c1120 sci->sc_curseg->sb_sum.flags = NILFS_SS_LOGBGN;
1870 if (segbuf->sb_sum.flags & NILFS_SS_LOGBGN) {

Completed in 190 milliseconds