Home
last modified time | relevance | path

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

/linux-6.12.1/fs/reiserfs/
Dsuper.c1346 static void switch_data_mode(struct super_block *s, unsigned long mode) in switch_data_mode() function
1358 switch_data_mode(s, REISERFS_DATA_LOG); in handle_data_mode()
1363 switch_data_mode(s, REISERFS_DATA_ORDERED); in handle_data_mode()
1368 switch_data_mode(s, REISERFS_DATA_WRITEBACK); in handle_data_mode()