Home
last modified time | relevance | path

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

/Linux-v4.19/fs/reiserfs/
Dsuper.c1354 static void switch_data_mode(struct super_block *s, unsigned long mode) in switch_data_mode() function
1366 switch_data_mode(s, REISERFS_DATA_LOG); in handle_data_mode()
1371 switch_data_mode(s, REISERFS_DATA_ORDERED); in handle_data_mode()
1376 switch_data_mode(s, REISERFS_DATA_WRITEBACK); in handle_data_mode()