Searched refs:default_group_class (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/configfs/
H A Dinode.c28 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH]; variable in typeref:struct:lock_class_key
133 if (depth <= ARRAY_SIZE(default_group_class)) {
135 &default_group_class[depth - 1]);

Completed in 83 milliseconds