Home
last modified time | relevance | path

Searched refs:NO_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hugetlbfs/
H A Dinode.c49 enum hugetlbfs_size_type { NO_SIZE, SIZE_STD, SIZE_PERCENT }; enumerator
1217 if (val_type == NO_SIZE) in hugetlbfs_size_to_hpages()
1316 * options to number of huge pages. If NO_SIZE, -1 is returned. in hugetlbfs_validate()
1328 if (ctx->max_val_type > NO_SIZE && in hugetlbfs_validate()
1424 ctx->max_val_type = NO_SIZE; in hugetlbfs_init_fs_context()
1425 ctx->min_val_type = NO_SIZE; in hugetlbfs_init_fs_context()
/kernel/linux/linux-6.6/fs/hugetlbfs/
H A Dinode.c47 enum hugetlbfs_size_type { NO_SIZE, SIZE_STD, SIZE_PERCENT }; enumerator
1384 if (val_type == NO_SIZE) in hugetlbfs_size_to_hpages()
1485 * options to number of huge pages. If NO_SIZE, -1 is returned. in hugetlbfs_validate()
1497 if (ctx->max_val_type > NO_SIZE && in hugetlbfs_validate()
1593 ctx->max_val_type = NO_SIZE; in hugetlbfs_init_fs_context()
1594 ctx->min_val_type = NO_SIZE; in hugetlbfs_init_fs_context()

Completed in 5 milliseconds