Searched refs:to_end (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/fuse/ |
D | dev.c | 2130 LIST_HEAD(to_end); in fuse_abort_conn() 2151 list_move(&req->list, &to_end); in fuse_abort_conn() 2157 &to_end); in fuse_abort_conn() 2170 list_splice_tail_init(&fiq->pending, &to_end); in fuse_abort_conn() 2180 end_requests(&to_end); in fuse_abort_conn() 2201 LIST_HEAD(to_end); in fuse_dev_release() 2207 list_splice_init(&fpq->processing[i], &to_end); in fuse_dev_release() 2210 end_requests(&to_end); in fuse_dev_release()
|
/linux-6.1.9/drivers/rapidio/ |
D | rio-scan.c | 1064 unsigned long to_end; in rio_disc_mport() local 1078 to_end = jiffies + CONFIG_RAPIDIO_DISC_TIMEOUT * HZ; in rio_disc_mport() 1079 while (time_before(jiffies, to_end)) { in rio_disc_mport()
|
/linux-6.1.9/drivers/md/ |
D | dm-integrity.c | 1138 unsigned to_end; in write_journal() local 1140 to_end = ic->journal_sections - commit_start; in write_journal() 1145 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1); in write_journal() 1148 commit_start, to_end, &io_comp); in write_journal() 1151 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1); in write_journal() 1157 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal() 1159 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1163 for (i = 0; i < to_end; i++) in write_journal() 1165 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp); in write_journal() 1166 for (i = 0; i < commit_sections - to_end; i++) in write_journal() [all …]
|
/linux-6.1.9/fs/f2fs/ |
D | file.c | 3723 bool to_end = false; in f2fs_sec_trim_file() local 3760 to_end = true; in f2fs_sec_trim_file() 3764 (!to_end && !IS_ALIGNED(end_addr, F2FS_BLKSIZE))) { in f2fs_sec_trim_file() 3780 to_end ? LLONG_MAX : end_addr - 1); in f2fs_sec_trim_file() 3785 to_end ? -1 : end_addr - 1); in f2fs_sec_trim_file()
|