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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.h202 struct ext4_locality_group *ac_lg; member in struct:ext4_allocation_context
H A Dmballoc.c2808 struct ext4_locality_group *lg = ac->ac_lg;
3173 lg = ac->ac_lg;
3476 lg = ac->ac_lg;
3938 BUG_ON(ac->ac_lg != NULL);
3944 ac->ac_lg = __this_cpu_ptr(sbi->s_locality_groups);
3950 mutex_lock(&ac->ac_lg->lg_mutex);
4102 struct ext4_locality_group *lg = ac->ac_lg;
4185 mutex_unlock(&ac->ac_lg->lg_mutex);

Completed in 107 milliseconds