sbin/fsck_udf/main.c
1004
long_adp = (struct long_ad *) bpos;
sbin/fsck_udf/main.c
1029
ad_len = sizeof(struct long_ad);
sbin/fsck_udf/main.c
1096
long_adp = (struct long_ad *) bpos;
sbin/fsck_udf/main.c
140
struct long_ad loc;
sbin/fsck_udf/main.c
141
struct long_ad streamdir_loc;
sbin/fsck_udf/main.c
169
struct long_ad loc;
sbin/fsck_udf/main.c
170
struct long_ad loc2;
sbin/fsck_udf/main.c
1960
if (!is_zero(&dscr->efe.streamdir_icb, sizeof(struct long_ad))) {
sbin/fsck_udf/main.c
1965
if (!is_zero(&dscr->efe.ex_attr_icb, sizeof(struct long_ad))) {
sbin/fsck_udf/main.c
218
static void udf_shadow_VAT_in_use(struct long_ad *loc);
sbin/fsck_udf/main.c
2390
struct long_ad fsd_loc;
sbin/fsck_udf/main.c
290
udf_calc_node_hash(struct long_ad *icb)
sbin/fsck_udf/main.c
300
udf_node_lookup(struct long_ad *icb)
sbin/fsck_udf/main.c
3095
udf_new_fsck_node(struct udf_fsck_node *parent, struct long_ad *loc, char *fname)
sbin/fsck_udf/main.c
325
struct long_ad allocated;
sbin/fsck_udf/main.c
326
struct long_ad *long_adp = NULL;
sbin/fsck_udf/main.c
3609
memset(&fid->icb, 0, sizeof(struct long_ad));
sbin/fsck_udf/main.c
3621
memset(&fid->icb, 0 , sizeof(struct long_ad));
sbin/fsck_udf/main.c
369
long_adp = (struct long_ad *) bpos;
sbin/fsck_udf/main.c
370
memcpy(long_adp, &allocated, sizeof(struct long_ad));
sbin/fsck_udf/main.c
372
l_ad = sizeof(struct long_ad);
sbin/fsck_udf/main.c
3775
udf_shadow_VAT_in_use(struct long_ad *loc)
sbin/fsck_udf/main.c
3794
struct long_ad fsd_loc;
sbin/fsck_udf/main.c
3815
memset(&fsd_loc, 0, sizeof(struct long_ad));
sbin/fsck_udf/main.c
3855
struct long_ad root_icb, sys_stream_icb;
sbin/fsck_udf/main.c
4140
bzero(&dscr->efe.streamdir_icb, sizeof(struct long_ad));
sbin/fsck_udf/main.c
747
struct short_ad *short_adp, struct long_ad *long_adp, void *process_context)
sbin/fsck_udf/main.c
942
struct long_ad *long_adp = NULL;
sbin/newfs_udf/udf_core.c
2035
udf_create_parentfid(struct fileid_desc *fid, struct long_ad *parent)
sbin/newfs_udf/udf_core.c
2056
int file_char, struct long_ad *ref)
sbin/newfs_udf/udf_core.c
2099
udf_append_parentfid(union dscrptr *dscr, struct long_ad *parent_icb)
sbin/newfs_udf/udf_core.c
2681
struct long_ad meta_icb;
sbin/newfs_udf/udf_core.c
2754
struct long_ad root_icb;
sbin/newfs_udf/udf_core.c
2885
udf_create_VAT(union dscrptr **vat_dscr, struct long_ad *vatdata_loc)
sbin/newfs_udf/udf_core.c
2889
struct long_ad *allocpos;
sbin/newfs_udf/udf_core.c
2937
allocpos = (struct long_ad *) (fe->data + udf_rw32(fe->l_ea));
sbin/newfs_udf/udf_core.c
2944
fe->l_ad = udf_rw32(sizeof(struct long_ad));
sbin/newfs_udf/udf_core.c
2968
allocpos = (struct long_ad *) efe->data;
sbin/newfs_udf/udf_core.c
2976
efe->l_ad = udf_rw32(sizeof(struct long_ad));
sbin/newfs_udf/udf_core.c
2999
allocpos = (struct long_ad *) (fe->data + l_ea);
sbin/newfs_udf/udf_core.c
3006
fe->l_ad = udf_rw32(sizeof(struct long_ad));
sbin/newfs_udf/udf_core.c
3027
struct long_ad vatdata;
sbin/newfs_udf/udf_core.c
4309
udf_partition_alloc(int nblk, int vpart, struct long_ad *pos)
sbin/newfs_udf/udf_core.c
4322
udf_metadata_alloc(int nblk, struct long_ad *pos)
sbin/newfs_udf/udf_core.c
4329
udf_data_alloc(int nblk, struct long_ad *pos)
sbin/newfs_udf/udf_core.c
4336
udf_fids_alloc(int nblk, struct long_ad *pos)
sbin/newfs_udf/udf_core.h
350
char *name, int namelen, struct long_ad *ref);
sbin/newfs_udf/udf_core.h
351
extern int udf_create_parentfid(struct fileid_desc *fid, struct long_ad *parent);
sbin/newfs_udf/udf_core.h
356
extern int udf_create_VAT(union dscrptr **vat_dscr, struct long_ad *vatdata_loc);
sbin/newfs_udf/udf_core.h
400
extern void udf_metadata_alloc(int nblk, struct long_ad *pos);
sbin/newfs_udf/udf_core.h
401
extern void udf_data_alloc(int nblk, struct long_ad *pos);
sbin/newfs_udf/udf_core.h
402
extern void udf_fids_alloc(int nblk, struct long_ad *pos);
sys/fs/udf/ecma167-udf.h
200
struct long_ad l_ad;
sys/fs/udf/ecma167-udf.h
391
struct long_ad fsd_loc; /* to fileset descriptor SEQUENCE */
sys/fs/udf/ecma167-udf.h
638
struct long_ad rootdir_icb; /* to rootdir; icb->virtual ? */
sys/fs/udf/ecma167-udf.h
640
struct long_ad next_ex; /* to the next fileset_desc extent */
sys/fs/udf/ecma167-udf.h
641
struct long_ad streamdir_icb; /* streamdir; needed? */
sys/fs/udf/ecma167-udf.h
652
struct long_ad icb;
sys/fs/udf/ecma167-udf.h
756
struct long_ad ex_attr_icb;
sys/fs/udf/ecma167-udf.h
789
struct long_ad ex_attr_icb;
sys/fs/udf/ecma167-udf.h
790
struct long_ad streamdir_icb;
sys/fs/udf/ecma167-udf.h
804
struct long_ad indirect_icb;
sys/fs/udf/udf.h
245
struct long_ad *icb;
sys/fs/udf/udf.h
354
struct long_ad *la_node_ad_cpy; /* issue buf */
sys/fs/udf/udf.h
390
struct long_ad loc; /* FID/hash loc. */
sys/fs/udf/udf.h
391
struct long_ad write_loc; /* strat 4096 loc */
sys/fs/udf/udf.h
393
struct long_ad ext_loc[UDF_MAX_ALLOC_EXTENTS];
sys/fs/udf/udf_allocation.c
1393
struct long_ad s_ad;
sys/fs/udf/udf_allocation.c
1636
uint64_t *lmapping, struct long_ad *node_ad_cpy, uint16_t *vpart_nump)
sys/fs/udf/udf_allocation.c
1702
udf_ads_merge(uint32_t max_len, uint32_t lb_size, struct long_ad *a1, struct long_ad *a2)
sys/fs/udf/udf_allocation.c
1809
udf_get_adslot(struct udf_node *udf_node, int slot, struct long_ad *icb,
sys/fs/udf/udf_allocation.c
1816
struct long_ad *long_ad, l_icb;
sys/fs/udf/udf_allocation.c
1843
memset(icb, 0, sizeof(struct long_ad));
sys/fs/udf/udf_allocation.c
1852
adlen = sizeof(struct long_ad);
sys/fs/udf/udf_allocation.c
1867
long_ad = (struct long_ad *) (data_pos + l_ad-adlen);
sys/fs/udf/udf_allocation.c
1868
l_icb = *long_ad;
sys/fs/udf/udf_allocation.c
1894
memset(icb, 0, sizeof(struct long_ad));
sys/fs/udf/udf_allocation.c
1905
long_ad = (struct long_ad *) (data_pos + offset);
sys/fs/udf/udf_allocation.c
1906
*icb = *long_ad;
sys/fs/udf/udf_allocation.c
1916
udf_append_adslot(struct udf_node *udf_node, int *slot, struct long_ad *icb) {
sys/fs/udf/udf_allocation.c
1924
struct long_ad *long_ad, o_icb, l_icb;
sys/fs/udf/udf_allocation.c
1973
adlen = sizeof(struct long_ad);
sys/fs/udf/udf_allocation.c
1996
long_ad = (struct long_ad *) (data_pos + l_ad-adlen);
sys/fs/udf/udf_allocation.c
1997
l_icb = *long_ad;
sys/fs/udf/udf_allocation.c
2036
long_ad = (struct long_ad *) (data_pos + offset);
sys/fs/udf/udf_allocation.c
2037
o_icb = *long_ad;
sys/fs/udf/udf_allocation.c
2077
memset(&l_icb, 0, sizeof(struct long_ad));
sys/fs/udf/udf_allocation.c
2105
long_ad = (struct long_ad *) (data_pos + offset);
sys/fs/udf/udf_allocation.c
2106
*long_ad = l_icb;
sys/fs/udf/udf_allocation.c
2139
long_ad = (struct long_ad *) (data_pos + offset);
sys/fs/udf/udf_allocation.c
2140
*long_ad = *icb;
sys/fs/udf/udf_allocation.c
2166
struct long_ad s_ad;
sys/fs/udf/udf_allocation.c
2210
memset(&udf_node->ext_loc[extnr], 0, sizeof(struct long_ad));
sys/fs/udf/udf_allocation.c
2230
uint16_t vpart_num, uint64_t *mapping, struct long_ad *node_ad_cpy)
sys/fs/udf/udf_allocation.c
2237
struct long_ad s_ad, c_ad;
sys/fs/udf/udf_allocation.c
2357
memset(&s_ad, 0, sizeof(struct long_ad));
sys/fs/udf/udf_allocation.c
240
struct long_ad s_ad;
sys/fs/udf/udf_allocation.c
2601
struct long_ad c_ad, s_ad;
sys/fs/udf/udf_allocation.c
2729
memset(&c_ad, 0, sizeof(struct long_ad));
sys/fs/udf/udf_allocation.c
2739
memset(&c_ad, 0, sizeof(struct long_ad));
sys/fs/udf/udf_allocation.c
2789
memset(&s_ad, 0, sizeof(struct long_ad));
sys/fs/udf/udf_allocation.c
2806
memset(&s_ad, 0, sizeof(struct long_ad));
sys/fs/udf/udf_allocation.c
2874
struct long_ad c_ad, s_ad, *node_ad_cpy;
sys/fs/udf/udf_allocation.c
455
udf_translate_vtop(struct udf_mount *ump, struct long_ad *icb_loc,
sys/fs/udf/udf_allocation.c
460
struct long_ad s_icb_loc;
sys/fs/udf/udf_allocation.c
622
struct long_ad loc;
sys/fs/udf/udf_allocation.c
627
memset(&loc, 0, sizeof(struct long_ad));
sys/fs/udf/udf_allocation.c
651
struct long_ad t_ad, s_ad;
sys/fs/udf/udf_allocation.c
74
struct long_ad *node_ad_cpy);
sys/fs/udf/udf_allocation.c
79
static int udf_ads_merge(uint32_t max_len, uint32_t lb_size, struct long_ad *a1, struct long_ad *a2);
sys/fs/udf/udf_allocation.c
93
struct long_ad s_ad;
sys/fs/udf/udf_readwrite.c
608
udf_create_logvol_dscr(struct udf_mount *ump, struct udf_node *udf_node, struct long_ad *icb,
sys/fs/udf/udf_readwrite.c
629
udf_free_logvol_dscr(struct udf_mount *ump, struct long_ad *icb,
sys/fs/udf/udf_readwrite.c
645
udf_read_logvol_dscr(struct udf_mount *ump, struct long_ad *icb,
sys/fs/udf/udf_readwrite.c
666
struct long_ad *icb, int waitfor)
sys/fs/udf/udf_rename.c
454
struct long_ad icb_loc;
sys/fs/udf/udf_rename.c
521
struct long_ad parent_loc;
sys/fs/udf/udf_strat_direct.c
160
struct long_ad *icb = args->icb;
sys/fs/udf/udf_strat_direct.c
191
struct long_ad *icb = args->icb;
sys/fs/udf/udf_strat_direct.c
241
struct long_ad *node_ad_cpy;
sys/fs/udf/udf_strat_rmw.c
541
struct long_ad *icb = args->icb;
sys/fs/udf/udf_strat_rmw.c
580
struct long_ad *icb = args->icb;
sys/fs/udf/udf_strat_rmw.c
612
struct long_ad *icb = args->icb;
sys/fs/udf/udf_strat_rmw.c
706
struct long_ad *icb = args->icb;
sys/fs/udf/udf_strat_rmw.c
776
struct long_ad *node_ad_cpy;
sys/fs/udf/udf_strat_sequential.c
174
struct long_ad *icb = args->icb;
sys/fs/udf/udf_strat_sequential.c
205
struct long_ad *icb = args->icb;
sys/fs/udf/udf_strat_sequential.c
378
struct long_ad *node_ad_cpy;
sys/fs/udf/udf_subr.c
2293
struct long_ad *parent, uint64_t unique_id)
sys/fs/udf/udf_subr.c
3078
struct long_ad icb_loc;
sys/fs/udf/udf_subr.c
3199
struct long_ad icb_loc;
sys/fs/udf/udf_subr.c
3345
struct long_ad fsd_loc, *dir_loc;
sys/fs/udf/udf_subr.c
3470
udf_get_node_id(const struct long_ad *icbptr)
sys/fs/udf/udf_subr.c
3478
udf_compare_icb(const struct long_ad *a, const struct long_ad *b)
sys/fs/udf/udf_subr.c
3508
const struct long_ad * const icb = key;
sys/fs/udf/udf_subr.c
434
struct long_ad *l_ad;
sys/fs/udf/udf_subr.c
4588
struct long_ad *icb_loc, int *found)
sys/fs/udf/udf_subr.c
4670
struct long_ad *node_icb, struct long_ad *parent_icb,
sys/fs/udf/udf_subr.c
4753
int file_type, struct long_ad *node_icb, struct long_ad *parent_icb,
sys/fs/udf/udf_subr.c
486
icblen = sizeof(struct long_ad);
sys/fs/udf/udf_subr.c
487
l_ad = (struct long_ad *) pos;
sys/fs/udf/udf_subr.c
5358
struct long_ad node_icb_loc, icb_loc, next_icb_loc, last_fe_icb_loc;
sys/fs/udf/udf_subr.c
5405
sizeof(struct long_ad)) == 0)
sys/fs/udf/udf_subr.c
5664
udf_get_node(struct udf_mount *ump, struct long_ad *node_icb_loc,
sys/fs/udf/udf_subr.c
5691
struct long_ad *loc;
sys/fs/udf/udf_subr.c
5826
struct long_ad node_icb_loc;
sys/fs/udf/udf_subr.c
5895
memset(&node_icb_loc, 0, sizeof(struct long_ad));
sys/fs/udf/udf_subr.c
5985
struct long_ad *node_icb_loc = &udf_node->loc;
sys/fs/udf/udf_subr.c
6010
udf_free_descriptor_space(struct udf_node *udf_node, struct long_ad *loc, void *mem)
sys/fs/udf/udf_subr.c
6035
struct long_ad *loc;
sys/fs/udf/udf_subr.h
101
int udf_translate_vtop(struct udf_mount *ump, struct long_ad *icb_loc,
sys/fs/udf/udf_subr.h
107
void udf_get_adslot(struct udf_node *udf_node, int slot, struct long_ad *icb, int *eof);
sys/fs/udf/udf_subr.h
108
int udf_append_adslot(struct udf_node *udf_node, int *slot, struct long_ad *icb);
sys/fs/udf/udf_subr.h
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);
sys/fs/udf/udf_subr.h
135
int udf_get_node(struct udf_mount *ump, struct long_ad *icbloc, struct udf_node **noderes, int);
sys/fs/udf/udf_subr.h
169
int udf_lookup_name_in_dir(struct vnode *vp, const char *name, int namelen, struct long_ad *icb_loc, int *found);
sys/fs/udf/udf_subr.h
190
long udf_get_node_id(const struct long_ad *icbptr); /* for `inode' numbering */
sys/fs/udf/udf_subr.h
191
int udf_compare_icb(const struct long_ad *a, const struct long_ad *b);
sys/fs/udf/udf_subr.h
75
struct long_ad *icb, union dscrptr **dscrptr);
sys/fs/udf/udf_subr.h
76
void udf_free_logvol_dscr(struct udf_mount *ump, struct long_ad *icb_loc,
sys/fs/udf/udf_subr.h
78
int udf_read_logvol_dscr(struct udf_mount *ump, struct long_ad *icb,
sys/fs/udf/udf_subr.h
81
struct long_ad *icb, int waitfor);
sys/fs/udf/udf_vfsops.c
755
struct long_ad *dir_loc;
sys/fs/udf/udf_vnops.c
664
struct long_ad icb_loc;
usr.sbin/makefs/udf.c
1039
struct long_ad rooticb;
usr.sbin/makefs/udf.c
377
udf_prepare_fids(struct long_ad *dir_icb, struct long_ad *dirdata_icb,
usr.sbin/makefs/udf.c
381
struct long_ad *icb;
usr.sbin/makefs/udf.c
487
udf_append_file_mapping(union dscrptr *dscr, struct long_ad *piece)
usr.sbin/makefs/udf.c
492
struct long_ad *last_long, last_piece;
usr.sbin/makefs/udf.c
503
const int long_len = sizeof(struct long_ad);
usr.sbin/makefs/udf.c
560
last_long = (struct long_ad *) pos;
usr.sbin/makefs/udf.c
632
udf_append_file_contents(union dscrptr *dscr, struct long_ad *data_icb,
usr.sbin/makefs/udf.c
635
struct long_ad icb;
usr.sbin/makefs/udf.c
661
int filetype, struct long_ad *icb)
usr.sbin/makefs/udf.c
692
struct long_ad dummy_ref;
usr.sbin/makefs/udf.c
811
struct long_ad *icb)
usr.sbin/makefs/udf.c
814
struct long_ad data_icb;
usr.sbin/makefs/udf.c
869
cur->inode->fsuse = malloc(sizeof(struct long_ad));
usr.sbin/makefs/udf.c
870
memcpy(cur->inode->fsuse, icb, sizeof(struct long_ad));
usr.sbin/makefs/udf.c
878
struct long_ad *parent_icb, struct long_ad *dir_icb)
usr.sbin/makefs/udf.c
882
struct long_ad icb, data_icb, dirdata_icb;
usr.sbin/makefs/udf.c
969
0, (struct long_ad *) (fnode->fsuse));