Home
last modified time | relevance | path

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

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