Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsync.c82 if (!sb_rdonly(sb) && !(sb->s_iflags & SB_I_SKIP_SYNC) && in sync_fs_one_sb()
/openbmc/linux/fs/overlayfs/
H A Dsuper.c1495 sb->s_iflags |= SB_I_SKIP_SYNC; in ovl_fill_super()
/openbmc/linux/include/linux/
H A Dfs.h1167 #define SB_I_SKIP_SYNC 0x00000100 /* Skip superblock at global sync */ macro