OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_opt2
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.sbin/sysinst/
disklabel.c
789
info->
fs_opt2
= parts->l.d_partitions[part].p_fsize;
790
info->fs_opt1 = info->
fs_opt2
*
852
parts->l.d_partitions[part].p_fsize = info->
fs_opt2
;
853
if (info->
fs_opt2
!= 0)
855
info->fs_opt1 / info->
fs_opt2
;
1155
parts->l.d_partitions[part].p_fsize = info->
fs_opt2
;
1156
if (info->
fs_opt2
!= 0)
1158
info->fs_opt1 / info->
fs_opt2
;
1224
parts->l.d_partitions[part].p_fsize = info->
fs_opt2
;
1225
if (info->
fs_opt2
!= 0
[
all
...]
partitions.h
158
fs_opt1,
fs_opt2
, fs_opt3; /* FS specific option, used
member in struct:disk_part_info
gpt.c
138
fs_opt1,
fs_opt2
, fs_opt3; /* transient file system options */
member in struct:gpt_part_entry
526
info->
fs_opt2
= p->
fs_opt2
;
1067
p->
fs_opt2
= info->
fs_opt2
;
bsddisklabel.c
1519
infos[i].
fs_opt2
= want->
fs_opt2
;
1606
infos[i].
fs_opt2
= want->
fs_opt2
;
1668
infos[i].
fs_opt2
= want->
fs_opt2
;
defs.h
336
uint fs_opt1,
fs_opt2
, fs_opt3; /* FS specific, FFS: block/frag */
member in struct:part_usage_info
disks.c
1351
if (ptn->
fs_opt2
!= 0) {
1353
ptn->
fs_opt2
);
1373
if (ptn->fs_opt1 != 0 && ptn->
fs_opt2
!= 0)
1375
ptn->fs_opt1 * ptn->
fs_opt2
);
label.c
311
edit->info.
fs_opt2
= val;
312
edit->wanted->
fs_opt2
= val;
360
edit->mode = 2; /* edit
fs_opt2
*/
1250
edit->wanted->
fs_opt2
);
util.c
2471
(*list)[no].
fs_opt2
= info.
fs_opt2
;
Completed in 22 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025