OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newcluster
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/makefs/msdos/
msdosfs_vnops.c
552
u_long
newcluster
, pcl, bn;
local
573
error = msdosfs_clusteralloc(pmp, 0, 1, &
newcluster
, NULL);
587
bn = cntobn(pmp,
newcluster
);
589
DPRINTF(("%s(
newcluster
%lu, bn=%lu, lbn=%lu)\n", __func__,
newcluster
,
596
putushort(denp[0].deStartCluster,
newcluster
);
616
putushort(denp[0].deHighClust,
newcluster
>> 16);
635
ndirent.de_StartCluster =
newcluster
;
650
msdosfs_clusterfree(pmp,
newcluster
, NULL);
/src/sys/fs/msdosfs/
msdosfs_vnops.c
781
u_long
newcluster
, pcl;
local
802
error = msdosfs_clusteralloc(pmp, 0, 1, &
newcluster
, NULL);
816
bn = cntobn(pmp,
newcluster
);
823
putushort(denp[0].deStartCluster,
newcluster
);
841
putushort(denp[0].deHighClust,
newcluster
>> 16);
862
ndirent.de_StartCluster =
newcluster
;
873
msdosfs_clusterfree(pmp,
newcluster
, NULL);
Completed in 18 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026