Home
last modified time | relevance | path

Searched refs:REISERFS_BARRIER_NONE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dsuper.c932 {"none", 1 << REISERFS_BARRIER_NONE, 1 << REISERFS_BARRIER_FLUSH},
933 {"flush", 1 << REISERFS_BARRIER_FLUSH, 1 << REISERFS_BARRIER_NONE},
1380 int none = (1 << REISERFS_BARRIER_NONE); in handle_barrier_mode()
1484 safe_mask |= 1 << REISERFS_BARRIER_NONE; in reiserfs_remount()
H A Dreiserfs.h699 REISERFS_BARRIER_NONE, enumerator
739 #define reiserfs_barrier_none(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_BARRIER_NONE))
/kernel/linux/linux-6.6/fs/reiserfs/
H A 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()
H A Dreiserfs.h696 REISERFS_BARRIER_NONE, enumerator
736 #define reiserfs_barrier_none(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_BARRIER_NONE))

Completed in 18 milliseconds