Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Drecovery.c612 if (flags & NILFS_SS_SR) in nilfs_do_roll_forward()
862 if (!(flags & NILFS_SS_SR) && !scan_newer) { in nilfs_search_super_root()
878 if (!(flags & NILFS_SS_SR)) { in nilfs_search_super_root()
Dsegment.c481 segbuf->sb_sum.flags |= NILFS_SS_SR; in nilfs_segctor_add_super_root()
/linux-4.19.296/include/uapi/linux/
Dnilfs2_ondisk.h422 #define NILFS_SS_SR 0x0004 /* has super root */ macro