Home
last modified time | relevance | path

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

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