Home
last modified time | relevance | path

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

/linux/include/linux/fs/
H A Dsuper_types.h341 #define SB_I_NO_DATA_INTEGRITY 0x00008000 /* fs cannot guarantee data persistence on sync */ macro
/linux/fs/
H A Dfs-writeback.c2934 if (sb->s_iflags & SB_I_NO_DATA_INTEGRITY) { in sync_inodes_sb()
/linux/fs/fuse/
H A Dinode.c1765 sb->s_iflags |= SB_I_NO_DATA_INTEGRITY; in fuse_sb_defaults()