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

/linux-master/block/
H A Dblk-throttle.h189 if (!bio_flagged(bio, BIO_CGROUP_ACCT)) {
190 bio_set_flag(bio, BIO_CGROUP_ACCT);
H A Dblk-cgroup.c2126 * If the bio is flagged with BIO_CGROUP_ACCT it means this is a split
2129 if (!bio_flagged(bio, BIO_CGROUP_ACCT)) {
2130 bio_set_flag(bio, BIO_CGROUP_ACCT);
/linux-master/include/linux/
H A Dblk_types.h303 BIO_CGROUP_ACCT, /* has been accounted to a cgroup */ enumerator in enum:__anon1887

Completed in 114 milliseconds