Home
last modified time | relevance | path

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

/glibc-2.36/support/
Dsupport_descriptor_supports_holes.c67 unsigned long long int block_limit = 2 * st.st_blocks + block_headroom; in support_descriptor_supports_holes() local
75 bool supports_holes = st.st_blocks <= block_limit; in support_descriptor_supports_holes()
82 supports_holes = supports_holes && st.st_blocks <= block_limit; in support_descriptor_supports_holes()