Home
last modified time | relevance | path

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

/Linux-v6.1/fs/fscache/
Dvolume.c138 return test_bit(FSCACHE_VOLUME_ACQUIRE_PENDING, &volume->flags); in fscache_is_acquire_pending()
176 set_bit(FSCACHE_VOLUME_ACQUIRE_PENDING, &candidate->flags); in fscache_hash_volume()
350 clear_bit(FSCACHE_VOLUME_ACQUIRE_PENDING, &cursor->flags); in fscache_wake_pending_volume()
351 wake_up_bit(&cursor->flags, FSCACHE_VOLUME_ACQUIRE_PENDING); in fscache_wake_pending_volume()
/Linux-v6.1/include/linux/
Dfscache.h89 #define FSCACHE_VOLUME_ACQUIRE_PENDING 3 /* Volume is waiting to complete acquisition */ macro