Home
last modified time | relevance | path

Searched refs:drl (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Drunlist.c485 * @drl: original runlist to be worked on
486 * @srl: new runlist to be merged into @drl
488 * First we sanity check the two runlists @srl and @drl to make sure that they
490 * runlist @drl or completely within a hole (or unmapped region) in @drl.
492 * It is up to the caller to serialize access to the runlists @drl and @srl.
507 * runlists @drl and @srl are deallocated before returning so you cannot use
517 runlist_element *ntfs_runlists_merge(runlist_element *drl, in ntfs_runlists_merge() argument
522 int dins; /* Index into @drl at which to insert @srl. */ in ntfs_runlists_merge()
531 ntfs_debug_dump_runlist(drl); in ntfs_runlists_merge()
[all...]
H A Drunlist.h59 extern runlist_element *ntfs_runlists_merge(runlist_element *drl,
/kernel/linux/linux-6.6/fs/ntfs/
H A Drunlist.c485 * @drl: original runlist to be worked on
486 * @srl: new runlist to be merged into @drl
488 * First we sanity check the two runlists @srl and @drl to make sure that they
490 * runlist @drl or completely within a hole (or unmapped region) in @drl.
492 * It is up to the caller to serialize access to the runlists @drl and @srl.
507 * runlists @drl and @srl are deallocated before returning so you cannot use
517 runlist_element *ntfs_runlists_merge(runlist_element *drl, in ntfs_runlists_merge() argument
522 int dins; /* Index into @drl at which to insert @srl. */ in ntfs_runlists_merge()
531 ntfs_debug_dump_runlist(drl); in ntfs_runlists_merge()
[all...]
H A Drunlist.h59 extern runlist_element *ntfs_runlists_merge(runlist_element *drl,
/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.c1167 gdth_drlist_str *drl; in gdth_search_drives() local
1320 drl = (gdth_drlist_str *)ha->pscratch; in gdth_search_drives()
1321 drl->sc_no = ha->raw[bus_no].local_no; in gdth_search_drives()
1322 drl->sc_cnt = ha->raw[bus_no].pdev_cnt; in gdth_search_drives()
1328 ha->raw[bus_no].id_list[j] = drl->sc_list[j]; in gdth_search_drives()

Completed in 8 milliseconds