Home
last modified time | relevance | path

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

/linux-4.1.27/fs/reiserfs/
Dbitmap.c20 #define SB_ALLOC_OPTS(s) (REISERFS_SB(s)->s_alloc_options.bits)
571 REISERFS_SB(s)->s_alloc_options.bits = 0; in reiserfs_parse_alloc_options()
584 REISERFS_SB(s)->s_alloc_options.border = 10; in reiserfs_parse_alloc_options()
586 REISERFS_SB(s)->s_alloc_options.border = in reiserfs_parse_alloc_options()
593 REISERFS_SB(s)->s_alloc_options.large_file_size = in reiserfs_parse_alloc_options()
651 REISERFS_SB(s)->s_alloc_options.preallocmin = in reiserfs_parse_alloc_options()
658 REISERFS_SB(s)->s_alloc_options.preallocsize = in reiserfs_parse_alloc_options()
695 if (REISERFS_SB(s)->s_alloc_options.border != 10) { in show_alloc_options()
697 100 / REISERFS_SB(s)->s_alloc_options.border); in show_alloc_options()
703 if (REISERFS_SB(s)->s_alloc_options.large_file_size != 16) { in show_alloc_options()
[all …]
Dsuper.c1874 sbi->s_alloc_options.preallocmin = 0; in reiserfs_fill_super()
1876 sbi->s_alloc_options.preallocsize = 17; in reiserfs_fill_super()
Dreiserfs.h578 } s_alloc_options; member