OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lvclose
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/udf/
udf_vfsops.c
839
if (ump->
lvclose
& UDF_WRITE_VAT)
843
if (ump->
lvclose
& UDF_WRITE_PART_BITMAPS) {
856
ump->
lvclose
&= ~UDF_WRITE_PART_BITMAPS;
udf.h
294
int
lvclose
; /* logvol actions */
member in struct:udf_mount
udf_subr.c
2076
ump->
lvclose
= UDF_WRITE_VAT;
2078
ump->
lvclose
|= UDF_CLOSE_SESSION;
2082
ump->
lvclose
= UDF_WRITE_LVINT;
2128
snprintb(bits, sizeof(bits), UDFLOGVOL_BITS, ump->
lvclose
);
3761
if (ump->
lvclose
& UDF_WRITE_VAT) {
3766
DPRINTF(VOLUMES, ("
lvclose
& UDF_WRITE_VAT\n"));
3814
if (ump->
lvclose
& UDF_CLOSE_SESSION)
3815
KASSERT(ump->
lvclose
& UDF_WRITE_VAT);
3818
if (ump->
lvclose
& UDF_WRITE_VAT) {
3819
DPRINTF(VOLUMES, ("
lvclose
& UDF_WRITE_VAT\n"))
[
all
...]
udf_allocation.c
1221
ump->
lvclose
|= UDF_WRITE_PART_BITMAPS;
1246
ump->
lvclose
|= UDF_WRITE_PART_BITMAPS;
1337
ump->
lvclose
|= UDF_WRITE_PART_BITMAPS;
1363
ump->
lvclose
|= UDF_WRITE_PART_BITMAPS;
1549
ump->
lvclose
|= UDF_WRITE_PART_BITMAPS;
1574
ump->
lvclose
|= UDF_WRITE_METAPART_NODES;
Completed in 18 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025