Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dpagemap.h28 AS_UNEVICTABLE = 3, /* e.g., ramdisk, SHM_LOCK */ enumerator
65 set_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_set_unevictable()
70 clear_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_clear_unevictable()
76 return test_bit(AS_UNEVICTABLE, &mapping->flags); in mapping_unevictable()