Home
last modified time | relevance | path

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

/linux-6.15/fs/fuse/
H A Ddev.c2388 LIST_HEAD(to_end); in fuse_abort_conn()
2412 list_move(&req->list, &to_end); in fuse_abort_conn()
2418 &to_end); in fuse_abort_conn()
2431 list_splice_tail_init(&fiq->pending, &to_end); in fuse_abort_conn()
2441 fuse_dev_end_requests(&to_end); in fuse_abort_conn()
2470 LIST_HEAD(to_end); in fuse_dev_release()
2476 list_splice_init(&fpq->processing[i], &to_end); in fuse_dev_release()
2479 fuse_dev_end_requests(&to_end); in fuse_dev_release()
/linux-6.15/drivers/rapidio/
H A Drio-scan.c1067 unsigned long to_end; in rio_disc_mport() local
1081 to_end = jiffies + CONFIG_RAPIDIO_DISC_TIMEOUT * HZ; in rio_disc_mport()
1082 while (time_before(jiffies, to_end)) { in rio_disc_mport()
/linux-6.15/drivers/md/
H A Ddm-integrity.c1121 unsigned int to_end; in write_journal() local
1124 to_end = ic->journal_sections - commit_start; in write_journal()
1129 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1); in write_journal()
1132 commit_start, to_end, &io_comp); in write_journal()
1135 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1); in write_journal()
1141 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal()
1143 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp); in write_journal()
1147 for (i = 0; i < to_end; i++) in write_journal()
1149 rw_journal(ic, REQ_OP_WRITE | REQ_FUA, commit_start, to_end, &io_comp); in write_journal()
1150 for (i = 0; i < commit_sections - to_end; i++) in write_journal()
[all …]
/linux-6.15/fs/f2fs/
H A Dfile.c4093 bool to_end = false; in f2fs_sec_trim_file() local
4132 to_end = true; in f2fs_sec_trim_file()
4136 (!to_end && !IS_ALIGNED(end_addr, F2FS_BLKSIZE))) { in f2fs_sec_trim_file()
4152 to_end ? LLONG_MAX : end_addr - 1); in f2fs_sec_trim_file()
4157 to_end ? -1 : end_addr - 1); in f2fs_sec_trim_file()