Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fscache/
Dvolume.c175 set_bit(FSCACHE_VOLUME_COLLIDED_WITH, &cursor->flags); in fscache_hash_volume()
370 if (test_bit(FSCACHE_VOLUME_COLLIDED_WITH, &volume->flags)) in fscache_unhash_volume()
/linux-6.1.9/include/linux/
Dfscache.h88 #define FSCACHE_VOLUME_COLLIDED_WITH 2 /* Volume was collided with */ macro