Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dzmap.c595 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in z_erofs_fill_inode_lazy()
691 clear_and_wake_up_bit(EROFS_I_BL_Z_BIT, &vi->flags); in z_erofs_fill_inode_lazy()
H A Dinternal.h256 #define EROFS_I_BL_Z_BIT (BITS_PER_LONG - 2) macro