OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:efe
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/fs/udf/
udf_readwrite.c
128
struct extfile_entry *
efe
;
local in function:udf_fixup_internal_extattr
132
/* get information from fe/
efe
*/
141
efe
= (struct extfile_entry *) blob;
142
l_ea = udf_rw32(
efe
->l_ea);
143
eahdr = (struct extattrhdr_desc *)
efe
->data;
184
struct extfile_entry *
efe
;
local in function:udf_fixup_node_internals
218
efe
= (struct extfile_entry *) tag;
219
l_ea = udf_rw32(
efe
->l_ea);
220
icbflags = udf_rw16(
efe
->icbtag.flags);
222
file_type =
efe
->icbtag.file_type
[
all
...]
udf_vnops.c
101
assert(udf_node->
efe
);
102
refcnt = udf_rw16(udf_node->
efe
->link_cnt);
152
assert(udf_node->
efe
);
153
refcnt = udf_rw16(udf_node->
efe
->link_cnt);
197
struct extfile_entry *
efe
;
local in function:udf_read
226
assert(udf_node->fe || udf_node->
efe
);
233
assert(udf_node->
efe
);
234
efe
= udf_node->
efe
;
235
file_size = udf_rw64(
efe
->inf_len)
292
struct extfile_entry *
efe
;
local in function:udf_write
540
struct extfile_entry *
efe
;
local in function:udf_readdir
872
struct extfile_entry *
efe
= udf_node->
efe
;
local in function:udf_getattr
1893
struct extfile_entry *
efe
= udf_node->
efe
;
local in function:udf_readlink
2147
struct extfile_entry *
efe
;
local in function:udf_advlock
[
all
...]
udf.h
383
/* one of `fe' or `
efe
' can be set, not both (UDF file entry dscr.) */
385
struct extfile_entry *
efe
;
member in struct:udf_node
udf_allocation.c
91
struct extfile_entry *
efe
;
107
efe
= udf_node->
efe
;
112
icbtag = &
efe
->icbtag;
113
inflen = udf_rw64(
efe
->inf_len);
238
struct extfile_entry *
efe
;
257
efe
= udf_node->
efe
;
267
dscr = (union dscrptr *)
efe
;
268
icbtag = &
efe
->icbtag
344
struct extfile_entry *
efe
;
local in function:udf_node_sanity_check
1757
struct extfile_entry *
efe
;
local in function:udf_wipe_adslots
1812
struct extfile_entry *
efe
;
local in function:udf_get_adslot
1920
struct extfile_entry *
efe
;
local in function:udf_append_adslot
2235
struct extfile_entry *
efe
;
local in function:udf_record_allocation_in_node
2599
struct extfile_entry *
efe
;
local in function:udf_grow_node
2872
struct extfile_entry *
efe
;
local in function:udf_shrink_node
[
all
...]
ecma167-udf.h
830
struct extfile_entry
efe
;
member in union:dscrptr
udf_subr.c
432
struct extfile_entry *
efe
;
local in function:udf_check_track_metadata_overlap
456
* now follow all extents in the fe/
efe
to see if they refer to this
465
efe
= ump->metadata_node->
efe
;
471
assert(
efe
);
472
alloclen = udf_rw32(
efe
->l_ad);
473
pos = &
efe
->data[0] + udf_rw32(
efe
->l_ea);
474
icbflags = udf_rw16(
efe
->icbtag.flags);
761
size += udf_rw32(dscr->
efe
.l_ea) + udf_rw32(dscr->efe.l_ad)-1
2483
struct extfile_entry *
efe
;
local in function:udf_extattr_insert_internal
4368
struct extfile_entry *
efe
= udf_node->
efe
;
local in function:udf_getaccessmode
4406
struct extfile_entry *
efe
= udf_node->
efe
;
local in function:udf_setaccessmode
4445
struct extfile_entry *
efe
= udf_node->
efe
;
local in function:udf_getownership
4477
struct extfile_entry *
efe
= udf_node->
efe
;
local in function:udf_setownership
4512
struct extfile_entry *
efe
= dir_node->
efe
;
local in function:udf_dirhash_fill
4982
struct extfile_entry *
efe
;
local in function:udf_dir_update_rootentry
6081
struct extfile_entry *
efe
= udf_node->
efe
;
local in function:udf_resize_node
6118
struct extfile_entry *
efe
;
local in function:udf_itimes
6293
struct extfile_entry *
efe
= dir_node->
efe
;
local in function:udf_read_fid_stream
6566
struct extfile_entry *
efe
= node->
efe
;
local in function:udf_read_internal
6610
struct extfile_entry *
efe
= node->
efe
;
local in function:udf_write_internal
[
all
...]
/src/usr.sbin/makefs/
udf.c
332
struct extfile_entry *
efe
;
local in function:udf_inc_link
338
efe
= &dscr->
efe
;
339
efe
->link_cnt = udf_rw16(udf_rw16(
efe
->link_cnt) + 1);
350
struct extfile_entry *
efe
;
local in function:udf_set_link_cnt
356
efe
= &dscr->
efe
;
357
efe
->link_cnt = udf_rw16(num);
414
struct extfile_entry *
efe
;
local in function:udf_file_inject_blob
491
struct extfile_entry *
efe
;
local in function:udf_append_file_mapping
664
struct extfile_entry *
efe
;
local in function:udf_create_new_file
[
all
...]
/src/sbin/newfs_udf/
udf_core.c
1997
size += udf_rw32(dscr->
efe
.l_ea) + udf_rw32(dscr->
efe
.l_ad)-1;
2102
struct extfile_entry *
efe
;
local in function:udf_append_parentfid
2109
efe
= NULL;
2115
efe
= &dscr->
efe
;
2116
data =
efe
->data;
2117
l_ea = udf_rw32(
efe
->l_ea);
2134
efe
->inf_len = udf_rw64(fidsize);
2135
efe
->obj_size = udf_rw64(fidsize)
2311
struct extfile_entry *
efe
;
local in function:udf_extattr_insert_internal
2524
struct extfile_entry *
efe
;
local in function:udf_create_new_efe
2680
struct extfile_entry *
efe
;
local in function:udf_create_meta_files
2753
struct extfile_entry *
efe
;
local in function:udf_create_new_rootdir
2958
struct extfile_entry *
efe
;
local in function:udf_create_VAT
3883
struct extfile_entry *
efe
;
local in function:udf_translate_vtop
4270
struct extfile_entry *
efe
;
local in function:udf_write_dscr_virt
[
all
...]
/src/sbin/fsck_udf/
main.c
322
struct extfile_entry *
efe
= &dscrptr->
efe
;
local in function:udf_wipe_and_reallocate
344
icb = &
efe
->icbtag;
345
inf_len = udf_rw64(
efe
->inf_len);
346
l_ea = udf_rw32(
efe
->l_ea);
347
bpos = (uint8_t *)
efe
->data + l_ea;
377
efe
->l_ad = udf_rw32(l_ad);
750
struct extfile_entry *
efe
= &dscrptr->
efe
;
local in function:udf_process_ad
774
icb = &
efe
->icbtag
938
struct extfile_entry *
efe
= &dscrptr->
efe
;
local in function:udf_process_file
2234
struct extfile_entry *
efe
;
local in function:udf_metadata_node_supported
3190
struct extfile_entry *
efe
= NULL;
local in function:udf_extract_node_info
3664
struct extfile_entry *
efe
= NULL;
local in function:udf_node_pass3_writeout_update
[
all
...]
Completed in 26 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025