OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pm_nxtfree
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c
353
pmp->
pm_nxtfree
= getulong(fp->fsinxtfree);
365
if ((pmp->
pm_nxtfree
== 0xffffffffUL) ||
366
(pmp->
pm_nxtfree
> pmp->pm_maxcluster))
/src/sys/fs/msdosfs/
msdosfsmount.h
138
u_long
pm_nxtfree
; /* next free cluster in fsinfo block */
member in struct:msdosfsmount
msdosfs_vfsops.c
820
pmp->
pm_nxtfree
= getulong(fp->fsinxtfree);
832
if ((pmp->
pm_nxtfree
== 0xffffffffUL) ||
833
(pmp->
pm_nxtfree
> pmp->pm_maxcluster))
msdosfs_fat.c
409
u_long cn = pmp->
pm_nxtfree
;
421
pmp->
pm_nxtfree
= cn
440
putulong(fp->fsinxtfree, pmp->
pm_nxtfree
);
Completed in 44 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025