Searched refs:REISERFS_BARRIER_NONE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | super.c | 932 {"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 D | reiserfs.h | 699 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 D | super.c | 932 {"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 D | reiserfs.h | 696 REISERFS_BARRIER_NONE, enumerator 736 #define reiserfs_barrier_none(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_BARRIER_NONE))
|
Completed in 19 milliseconds