Lines Matching refs:blocks
881 unsigned long *blocks, /* strtol-ed from NNN of resize=NNN */ in reiserfs_parse_options() argument
933 *blocks = 0; in reiserfs_parse_options()
953 *blocks = in reiserfs_parse_options()
957 *blocks = simple_strtoul(arg, &p, 0); in reiserfs_parse_options()
1166 unsigned long blocks; in reiserfs_remount() local
1184 (s, arg, &mount_options, &blocks, NULL, &commit_max_age, in reiserfs_remount()
1232 if (blocks) { in reiserfs_remount()
1233 err = reiserfs_resize(s, blocks); in reiserfs_remount()
1601 unsigned long blocks; in reiserfs_fill_super() local
1637 (s, (char *)data, &(sbi->s_mount_opt), &blocks, &jdev_name, in reiserfs_fill_super()
1645 if (blocks) { in reiserfs_fill_super()