Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio-wq.h16 IO_WQ_WORK_FS = 64, enumerator
Dio_uring.c822 IO_WQ_WORK_FS,
832 IO_WQ_WORK_FS,
866 IO_WQ_WORK_FS,
878 IO_WQ_WORK_FS | IO_WQ_WORK_BLKCG,
917 .work_flags = IO_WQ_WORK_FILES | IO_WQ_WORK_FS |
1245 if (req->work.flags & IO_WQ_WORK_FS) { in io_req_clean_work()
1254 req->work.flags &= ~IO_WQ_WORK_FS; in io_req_clean_work()
1344 if (!(req->work.flags & IO_WQ_WORK_FS) && in io_grab_identity()
1345 (def->work_flags & IO_WQ_WORK_FS)) { in io_grab_identity()
1351 req->work.flags |= IO_WQ_WORK_FS; in io_grab_identity()
Dio-wq.c490 if ((work->flags & IO_WQ_WORK_FS) && current->fs != work->identity->fs) in io_impersonate_work()