OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nold
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/resize_ffs/
resize_ffs.c
822
int
nold
; /* # frags in old csum info */
local in function:csum_fixup
824
int nnew; /* ntot-
nold
*/
833
nold
= howmany(oldsb->fs_cssize, newsb->fs_fsize);
834
nnew = ntot -
nold
;
858
for ((i = newsb->fs_csaddr +
nold
), (j = nnew);
884
if (i <
nold
) {
resize_ffs.c
822
int
nold
; /* # frags in old csum info */
local in function:csum_fixup
824
int nnew; /* ntot-
nold
*/
833
nold
= howmany(oldsb->fs_cssize, newsb->fs_fsize);
834
nnew = ntot -
nold
;
858
for ((i = newsb->fs_csaddr +
nold
), (j = nnew);
884
if (i <
nold
) {
resize_ffs.c
822
int
nold
; /* # frags in old csum info */
local in function:csum_fixup
824
int nnew; /* ntot-
nold
*/
833
nold
= howmany(oldsb->fs_cssize, newsb->fs_fsize);
834
nnew = ntot -
nold
;
858
for ((i = newsb->fs_csaddr +
nold
), (j = nnew);
884
if (i <
nold
) {
Completed in 43 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025