OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:long_ad
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/fs/udf/
udf_subr.h
75
struct
long_ad
*icb, union dscrptr **dscrptr);
76
void udf_free_logvol_dscr(struct udf_mount *ump, struct
long_ad
*icb_loc,
78
int udf_read_logvol_dscr(struct udf_mount *ump, struct
long_ad
*icb,
81
struct
long_ad
*icb, int waitfor);
101
int udf_translate_vtop(struct udf_mount *ump, struct
long_ad
*icb_loc,
107
void udf_get_adslot(struct udf_node *udf_node, int slot, struct
long_ad
*icb, int *eof);
108
int udf_append_adslot(struct udf_node *udf_node, int *slot, struct
long_ad
*icb);
122
void udf_late_allocate_buf(struct udf_mount *ump, struct buf *buf, uint64_t *lmapping, struct
long_ad
*node_ad_cpy, uint16_t *vpart_num);
135
int udf_get_node(struct udf_mount *ump, struct
long_ad
*icbloc, struct udf_node **noderes, int);
169
int udf_lookup_name_in_dir(struct vnode *vp, const char *name, int namelen, struct
long_ad
*icb_loc, int *found)
[
all
...]
udf.h
245
struct
long_ad
*icb;
354
struct
long_ad
*la_node_ad_cpy; /* issue buf */
390
struct
long_ad
loc; /* FID/hash loc. */
391
struct
long_ad
write_loc; /* strat 4096 loc */
393
struct
long_ad
ext_loc[UDF_MAX_ALLOC_EXTENTS];
ecma167-udf.h
176
struct
long_ad
{
struct
200
struct
long_ad
l_ad;
391
struct
long_ad
fsd_loc; /* to fileset descriptor SEQUENCE */
638
struct
long_ad
rootdir_icb; /* to rootdir; icb->virtual ? */
640
struct
long_ad
next_ex; /* to the next fileset_desc extent */
641
struct
long_ad
streamdir_icb; /* streamdir; needed? */
652
struct
long_ad
icb;
756
struct
long_ad
ex_attr_icb;
789
struct
long_ad
ex_attr_icb;
790
struct
long_ad
streamdir_icb
[
all
...]
udf_allocation.c
74
struct
long_ad
*node_ad_cpy);
79
static int udf_ads_merge(uint32_t max_len, uint32_t lb_size, struct
long_ad
*a1, struct
long_ad
*a2);
93
struct
long_ad
s_ad;
240
struct
long_ad
s_ad;
455
udf_translate_vtop(struct udf_mount *ump, struct
long_ad
*icb_loc,
460
struct
long_ad
s_icb_loc;
622
struct
long_ad
loc;
627
memset(&loc, 0, sizeof(struct
long_ad
));
651
struct
long_ad
t_ad, s_ad
1816
struct
long_ad
*
long_ad
, l_icb;
local
1924
struct
long_ad
*
long_ad
, o_icb, l_icb;
local
[
all
...]
udf_strat_direct.c
160
struct
long_ad
*icb = args->icb;
191
struct
long_ad
*icb = args->icb;
241
struct
long_ad
*node_ad_cpy;
udf_readwrite.c
608
udf_create_logvol_dscr(struct udf_mount *ump, struct udf_node *udf_node, struct
long_ad
*icb,
629
udf_free_logvol_dscr(struct udf_mount *ump, struct
long_ad
*icb,
645
udf_read_logvol_dscr(struct udf_mount *ump, struct
long_ad
*icb,
666
struct
long_ad
*icb, int waitfor)
udf_strat_sequential.c
174
struct
long_ad
*icb = args->icb;
205
struct
long_ad
*icb = args->icb;
378
struct
long_ad
*node_ad_cpy;
udf_subr.c
434
struct
long_ad
*l_ad;
486
icblen = sizeof(struct
long_ad
);
487
l_ad = (struct
long_ad
*) pos;
2293
struct
long_ad
*parent, uint64_t unique_id)
3078
struct
long_ad
icb_loc;
3199
struct
long_ad
icb_loc;
3345
struct
long_ad
fsd_loc, *dir_loc;
3396
/* follow up to fsd->next_ex (
long_ad
) if its not null */
3470
udf_get_node_id(const struct
long_ad
*icbptr)
3478
udf_compare_icb(const struct
long_ad
*a, const struct long_ad *b
[
all
...]
udf_rename.c
454
struct
long_ad
icb_loc;
521
struct
long_ad
parent_loc;
udf_strat_rmw.c
541
struct
long_ad
*icb = args->icb;
580
struct
long_ad
*icb = args->icb;
612
struct
long_ad
*icb = args->icb;
706
struct
long_ad
*icb = args->icb;
776
struct
long_ad
*node_ad_cpy;
udf_vfsops.c
600
/* init rbtree for nodes, ordered by their icb address (
long_ad
) */
755
struct
long_ad
*dir_loc;
udf_vnops.c
664
struct
long_ad
icb_loc;
/src/sbin/newfs_udf/
udf_core.h
350
char *name, int namelen, struct
long_ad
*ref);
351
extern int udf_create_parentfid(struct fileid_desc *fid, struct
long_ad
*parent);
356
extern int udf_create_VAT(union dscrptr **vat_dscr, struct
long_ad
*vatdata_loc);
400
extern void udf_metadata_alloc(int nblk, struct
long_ad
*pos);
401
extern void udf_data_alloc(int nblk, struct
long_ad
*pos);
402
extern void udf_fids_alloc(int nblk, struct
long_ad
*pos);
udf_core.c
2035
udf_create_parentfid(struct fileid_desc *fid, struct
long_ad
*parent)
2056
int file_char, struct
long_ad
*ref)
2099
udf_append_parentfid(union dscrptr *dscr, struct
long_ad
*parent_icb)
2681
struct
long_ad
meta_icb;
2754
struct
long_ad
root_icb;
2885
udf_create_VAT(union dscrptr **vat_dscr, struct
long_ad
*vatdata_loc)
2889
struct
long_ad
*allocpos;
2937
allocpos = (struct
long_ad
*) (fe->data + udf_rw32(fe->l_ea));
2944
fe->l_ad = udf_rw32(sizeof(struct
long_ad
));
2968
allocpos = (struct
long_ad
*) efe->data
[
all
...]
/src/usr.sbin/makefs/
udf.c
377
udf_prepare_fids(struct
long_ad
*dir_icb, struct
long_ad
*dirdata_icb,
381
struct
long_ad
*icb;
487
udf_append_file_mapping(union dscrptr *dscr, struct
long_ad
*piece)
492
struct
long_ad
*last_long, last_piece;
503
const int long_len = sizeof(struct
long_ad
);
540
/* extract last entry as a
long_ad
*/
560
last_long = (struct
long_ad
*) pos;
632
udf_append_file_contents(union dscrptr *dscr, struct
long_ad
*data_icb,
635
struct
long_ad
icb
[
all
...]
/src/sbin/fsck_udf/
main.c
140
struct
long_ad
loc;
141
struct
long_ad
streamdir_loc;
169
struct
long_ad
loc;
170
struct
long_ad
loc2;
218
static void udf_shadow_VAT_in_use(struct
long_ad
*loc);
290
udf_calc_node_hash(struct
long_ad
*icb)
300
udf_node_lookup(struct
long_ad
*icb)
325
struct
long_ad
allocated;
326
struct
long_ad
*long_adp = NULL;
362
/* create one short_ad or one
long_ad
*/
[
all
...]
Completed in 62 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026