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

/linux-master/fs/ext4/
H A Dmballoc.h198 __u16 ac_found; member in struct:ext4_allocation_context
H A Dmballoc.c2198 if (ac->ac_found > sbi->s_mb_max_to_scan &&
2210 if (finish_group || ac->ac_found > sbi->s_mb_min_to_scan)
2250 ac->ac_found++;
2365 ac->ac_found++;
2373 ac->ac_found++;
2382 ac->ac_found++;
2428 ac->ac_found++;
2562 ac->ac_found++;
4604 atomic_add(ac->ac_found, &sbi->s_bal_ex_scanned);
4617 if (ac->ac_found > sb
[all...]
/linux-master/include/trace/events/
H A Dext4.h1068 __entry->found = ac->ac_found;

Completed in 115 milliseconds