Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dxattr.c47 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE)) in erofs_init_inode_xattrs()
124 clear_and_wake_up_bit(EROFS_I_BL_XATTR_BIT, &vi->flags); in erofs_init_inode_xattrs()
H A Dinternal.h255 #define EROFS_I_BL_XATTR_BIT (BITS_PER_LONG - 1) macro