CACHEFILES_OBJECT_ACTIVE 49 fs/cachefiles/interface.c BUG_ON(test_bit(CACHEFILES_OBJECT_ACTIVE, &object->flags)); CACHEFILES_OBJECT_ACTIVE 105 fs/cachefiles/interface.c BUG_ON(test_bit(CACHEFILES_OBJECT_ACTIVE, &object->flags)); CACHEFILES_OBJECT_ACTIVE 310 fs/cachefiles/interface.c if (test_bit(CACHEFILES_OBJECT_ACTIVE, &object->flags)) CACHEFILES_OBJECT_ACTIVE 350 fs/cachefiles/interface.c ASSERT(!test_bit(CACHEFILES_OBJECT_ACTIVE, &object->flags)); CACHEFILES_OBJECT_ACTIVE 151 fs/cachefiles/namei.c if (test_and_set_bit(CACHEFILES_OBJECT_ACTIVE, &object->flags)) { CACHEFILES_OBJECT_ACTIVE 184 fs/cachefiles/namei.c clear_bit(CACHEFILES_OBJECT_ACTIVE, &object->flags); CACHEFILES_OBJECT_ACTIVE 194 fs/cachefiles/namei.c if (test_bit(CACHEFILES_OBJECT_ACTIVE, &xobject->flags)) { CACHEFILES_OBJECT_ACTIVE 212 fs/cachefiles/namei.c wq = bit_waitqueue(&xobject->flags, CACHEFILES_OBJECT_ACTIVE); CACHEFILES_OBJECT_ACTIVE 217 fs/cachefiles/namei.c if (!test_bit(CACHEFILES_OBJECT_ACTIVE, &xobject->flags)) CACHEFILES_OBJECT_ACTIVE 225 fs/cachefiles/namei.c test_bit(CACHEFILES_OBJECT_ACTIVE, &xobject->flags)) { CACHEFILES_OBJECT_ACTIVE 240 fs/cachefiles/namei.c ASSERT(!test_bit(CACHEFILES_OBJECT_ACTIVE, &xobject->flags)); CACHEFILES_OBJECT_ACTIVE 267 fs/cachefiles/namei.c clear_bit(CACHEFILES_OBJECT_ACTIVE, &object->flags); CACHEFILES_OBJECT_ACTIVE 270 fs/cachefiles/namei.c wake_up_bit(&object->flags, CACHEFILES_OBJECT_ACTIVE);