Home
last modified time | relevance | path

Searched refs:css (Results 1 – 1 of 1) sorted by relevance

/fs/
Dbio.c1934 struct cgroup_subsys_state *css; in bio_associate_current() local
1949 css = task_subsys_state(current, blkio_subsys_id); in bio_associate_current()
1950 if (css && css_tryget(css)) in bio_associate_current()
1951 bio->bi_css = css; in bio_associate_current()