Home
last modified time | relevance | path

Searched refs:SB_I_SKIP_SYNC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dsync.c81 if (!sb_rdonly(sb) && !(sb->s_iflags & SB_I_SKIP_SYNC) && in sync_fs_one_sb()
/kernel/linux/linux-6.6/fs/
H A Dsync.c82 if (!sb_rdonly(sb) && !(sb->s_iflags & SB_I_SKIP_SYNC) && in sync_fs_one_sb()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dsuper.c219 * Not called for sync(2) call or an emergency sync (SB_I_SKIP_SYNC). in ovl_sync_fs()
1495 sb->s_iflags |= SB_I_SKIP_SYNC; in ovl_fill_super()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dsuper.c287 * Not called for sync(2) call or an emergency sync (SB_I_SKIP_SYNC). in ovl_sync_fs()
2031 sb->s_iflags |= SB_I_SKIP_SYNC; in ovl_fill_super()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h1405 #define SB_I_SKIP_SYNC 0x00000100 /* Skip superblock at global sync */ macro
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1167 #define SB_I_SKIP_SYNC 0x00000100 /* Skip superblock at global sync */ macro

Completed in 18 milliseconds