Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Drecovery.c624 if (flags & NILFS_SS_SR) in nilfs_do_roll_forward()
874 if (!(flags & NILFS_SS_SR) && !scan_newer) { in nilfs_search_super_root()
888 if (!(flags & NILFS_SS_SR)) { in nilfs_search_super_root()
Dsegment.c466 segbuf->sb_sum.flags |= NILFS_SS_SR; in nilfs_segctor_add_super_root()
/linux-4.4.14/include/linux/
Dnilfs2_fs.h439 #define NILFS_SS_SR 0x0004 /* has super root */ macro