FileAdvice

Access patterns for file data.

Values

ValueMeaning
normal0

No further special treatment.

random1

Expect random page references.

sequential2

Expect sequential page references.

willNeed3

Will need these pages.

dontNeed4

Don't need these pages.

noReuse5

Data will be accessed once.

Meta