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

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

Completed in 133 milliseconds