Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/exfat/
Dexfat_cache.c11 #define LOCKBIT 0x01 macro
557 while (bp->flag & LOCKBIT) in buf_cache_get()
634 bp->flag |= LOCKBIT; in buf_lock()
650 bp->flag &= ~(LOCKBIT); in buf_unlock()