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

/linux-master/include/linux/
H A Dpagemap.h201 AS_UNEVICTABLE = 3, /* e.g., ramdisk, SHM_LOCK */ enumerator in enum:mapping_flags
247 set_bit(AS_UNEVICTABLE, &mapping->flags);
252 clear_bit(AS_UNEVICTABLE, &mapping->flags);
257 return mapping && test_bit(AS_UNEVICTABLE, &mapping->flags);
317 set_bit(AS_UNEVICTABLE, &mapping->flags);

Completed in 101 milliseconds