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

/linux-master/block/
H A Dblk-cgroup.c2119 * If the bio is flagged with BIO_CGROUP_ACCT it means this is a split
2122 if (!bio_flagged(bio, BIO_CGROUP_ACCT)) {
2123 bio_set_flag(bio, BIO_CGROUP_ACCT);
H A Dblk-throttle.h181 if (!bio_flagged(bio, BIO_CGROUP_ACCT)) {
182 bio_set_flag(bio, BIO_CGROUP_ACCT);
/linux-master/include/linux/
H A Dblk_types.h290 BIO_CGROUP_ACCT, /* has been accounted to a cgroup */ enumerator in enum:__anon2073

Completed in 419 milliseconds