Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Dsuper.c932 {"none", 1 << REISERFS_BARRIER_NONE, 1 << REISERFS_BARRIER_FLUSH},
933 {"flush", 1 << REISERFS_BARRIER_FLUSH, 1 << REISERFS_BARRIER_NONE},
1378 int none = (1 << REISERFS_BARRIER_NONE); in handle_barrier_mode()
1482 safe_mask |= 1 << REISERFS_BARRIER_NONE; in reiserfs_remount()
Dreiserfs.h697 REISERFS_BARRIER_NONE, enumerator
737 #define reiserfs_barrier_none(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_BARRIER_NONE))