Searched refs:to_end (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/fuse/ |
| H A D | dev.c | 2459 LIST_HEAD(to_end); in fuse_abort_conn() 2483 list_move(&req->list, &to_end); in fuse_abort_conn() 2489 &to_end); in fuse_abort_conn() 2502 list_splice_tail_init(&fiq->pending, &to_end); in fuse_abort_conn() 2512 fuse_dev_end_requests(&to_end); in fuse_abort_conn() 2541 LIST_HEAD(to_end); in fuse_dev_release() 2547 list_splice_init(&fpq->processing[i], &to_end); in fuse_dev_release() 2550 fuse_dev_end_requests(&to_end); in fuse_dev_release()
|
| /linux/drivers/md/ |
| H A D | dm-integrity.c | 1131 unsigned int to_end; in write_journal() local 1134 to_end = ic->journal_sections - commit_start; in write_journal() 1139 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1); in write_journal() 1142 commit_start, to_end, &io_comp); in write_journal() 1145 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1); in write_journal() 1151 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal() 1153 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1157 for (i = 0; i < to_end; i++) in write_journal() 1159 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1160 for (i = 0; i < commit_sections - to_end; i++) in write_journal() [all …]
|