Home
last modified time | relevance | path

Searched refs:root_reserved_nodes (Results 1 – 2 of 2) sorted by relevance

/linux/fs/f2fs/
H A Dsuper.c523 F2FS_OPTION(sbi).root_reserved_nodes > node_limit) { in limit_reserve_root()
524 F2FS_OPTION(sbi).root_reserved_nodes = node_limit; in limit_reserve_root()
526 F2FS_OPTION(sbi).root_reserved_nodes); in limit_reserve_root()
939 F2FS_CTX_INFO(ctx).root_reserved_nodes = result.uint_32; in f2fs_parse_param()
1546 F2FS_OPTION(sbi).root_reserved_nodes); in f2fs_check_opt_consistency()
1751 F2FS_OPTION(sbi).root_reserved_nodes = in f2fs_apply_options()
1752 F2FS_CTX_INFO(ctx).root_reserved_nodes; in f2fs_apply_options()
2497 F2FS_OPTION(sbi).root_reserved_nodes, in f2fs_show_options()
H A Df2fs.h228 block_t root_reserved_nodes; /* root reserved nodes */ member
3009 avail_user_node_count -= F2FS_OPTION(sbi).root_reserved_nodes; in inc_valid_node_count()