Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dsync.c79 if (!sb_rdonly(sb) && !(sb->s_iflags & SB_I_SKIP_SYNC) && in sync_fs_one_sb()
/Linux-v5.10/fs/overlayfs/
Dsuper.c1997 sb->s_iflags |= SB_I_SKIP_SYNC; in ovl_fill_super()
/Linux-v5.10/include/linux/
Dfs.h1396 #define SB_I_SKIP_SYNC 0x00000100 /* Skip superblock at global sync */ macro