Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dbitmap.c20 #define SB_ALLOC_OPTS(s) (REISERFS_SB(s)->s_alloc_options.bits)
532 REISERFS_SB(s)->s_alloc_options.bits = 0; /* clear default settings */ in reiserfs_parse_alloc_options()
545 REISERFS_SB(s)->s_alloc_options.border = 10; in reiserfs_parse_alloc_options()
547 REISERFS_SB(s)->s_alloc_options.border = in reiserfs_parse_alloc_options()
554 REISERFS_SB(s)->s_alloc_options.large_file_size = in reiserfs_parse_alloc_options()
612 REISERFS_SB(s)->s_alloc_options.preallocmin = in reiserfs_parse_alloc_options()
619 REISERFS_SB(s)->s_alloc_options.preallocsize = in reiserfs_parse_alloc_options()
656 if (REISERFS_SB(s)->s_alloc_options.border != 10) { in show_alloc_options()
658 100 / REISERFS_SB(s)->s_alloc_options.border); in show_alloc_options()
664 if (REISERFS_SB(s)->s_alloc_options.large_file_size != 16) { in show_alloc_options()
[all …]
Dsuper.c1753 REISERFS_SB(s)->s_alloc_options.preallocmin = 0; in reiserfs_fill_super()
1755 REISERFS_SB(s)->s_alloc_options.preallocsize = 17; in reiserfs_fill_super()
Dreiserfs.h451 } s_alloc_options; member