HI~~
I look over source of “fastfat.sys” in IFS KIT.
I can see “IoRuns” array so many times
but I can’t know it.
What is IoRuns?
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
It’s a data structure that describes write requests that are to take
part in parallel, asynchronously. You can find the definition in one of
the include files, and a small description.
Regards, Dejan.
xxxxx@esecurity.co.kr wrote:
HI~~
I look over source of “fastfat.sys” in IFS KIT.
I can see “IoRuns” array so many times
but I can’t know it.
What is IoRuns?
You are currently subscribed to ntfsd as: xxxxx@alfasp.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
–
Kind regards, Dejan M. CEO Alfa Co. www.alfasp.com
E-mail: xxxxx@alfasp.com
ICQ#: 56570367
Professional file&system related components and libraries for Win32
developers.
Alfa File Monitor - #1 file monitoring system for Win32 developers.
Alfa File Protector - #1 file protection and hiding system for Win32
developers.
Alfa Units - #1 file and system handling units for Delphi.
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
The cluster runs which cover the given file region.
----- Original Message -----
From:
To: “File Systems Developers”
Sent: Tuesday, August 28, 2001 2:47 AM
Subject: [ntfsd] What is “IoRuns” ?
> HI~~
> I look over source of “fastfat.sys” in IFS KIT.
> I can see “IoRuns” array so many times
> but I can’t know it.
> What is IoRuns?
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Since the use of the IoRuns array is completely internal to FAT, you
really should consider reading the source code closely enough to figure
out how it is used. This approach will pay off if you plan to use the
FAT code as reference. If you have any specific questions after doing
so, by all means ask out here and I’m sure someone will pick it up.
The IoRuns arrays really aren’t anything special, just a grungy old
implementation detail.
-----Original Message-----
From: Maxim S. Shatskih [mailto:xxxxx@storagecraft.com]
Sent: Tuesday, August 28, 2001 3:53 PM
To: File Systems Developers
Subject: [ntfsd] Re: What is “IoRuns” ?
The cluster runs which cover the given file region.
----- Original Message -----
From:
To: “File Systems Developers”
Sent: Tuesday, August 28, 2001 2:47 AM
Subject: [ntfsd] What is “IoRuns” ?
> HI~~
> I look over source of “fastfat.sys” in IFS KIT.
> I can see “IoRuns” array so many times
> but I can’t know it.
> What is IoRuns?
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntfsd as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com