Home
last modified time | relevance | path

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

/openbmc/linux/fs/reiserfs/
H A Dsuper.c1347 static void switch_data_mode(struct super_block *s, unsigned long mode) in switch_data_mode() function
1359 switch_data_mode(s, REISERFS_DATA_LOG); in handle_data_mode()
1364 switch_data_mode(s, REISERFS_DATA_ORDERED); in handle_data_mode()
1369 switch_data_mode(s, REISERFS_DATA_WRITEBACK); in handle_data_mode()