Home
last modified time | relevance | path

Searched refs:short_ad (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h224 struct short_ad { struct
228 typedef struct short_ad short_ad_t; argument
463 struct short_ad phdr_ust; /* Unallocated Space Table */
464 struct short_ad phdr_usb; /* Unallocated Space Bitmap */
465 struct short_ad phdr_it; /* Partition Integrity Table */
466 struct short_ad phdr_fst; /* Freed Space Table */
467 struct short_ad phdr_fsb; /* Freed Space Bitmap */
H A Dudf_inode.h606 short_ad
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c525 struct short_ad *sad; in ud_alloc_space_stbl()
527 sad = (struct short_ad *)use->use_ad; in ud_alloc_space_stbl()
528 count = sz / sizeof (struct short_ad); in ud_alloc_space_stbl()
584 sad = (struct short_ad *)use->use_ad; in ud_alloc_space_stbl()
592 sz -= sizeof (struct short_ad); in ud_alloc_space_stbl()
872 struct short_ad *sad; in ud_free_space_stbl()
874 sad = (struct short_ad *)use->use_ad; in ud_free_space_stbl()
875 count = sz / sizeof (struct short_ad); in ud_free_space_stbl()
900 if ((40 + sz + sizeof (struct short_ad)) > in ud_free_space_stbl()
911 sad = (struct short_ad *)&use->use_ad[dummy]; in ud_free_space_stbl()
[all …]
H A Dudf_inode.c122 void ud_make_sad(struct icb_ext *, struct short_ad *, int32_t);
727 struct short_ad *sad; in ud_iget()
731 SWAP_32(fe->fe_len_adesc) / sizeof (struct short_ad); in ud_iget()
736 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad); in ud_iget()
744 sad = (struct short_ad *) in ud_iget()
1318 struct short_ad *sad; in ud_updat_ext4()
1329 elen = sizeof (struct short_ad); in ud_updat_ext4()
1330 sad = (struct short_ad *) in ud_updat_ext4()
1417 sad = (struct short_ad *) in ud_updat_ext4()
1504 ud_make_sad(struct icb_ext *iext, struct short_ad *sad, int32_t count) in ud_make_sad()
[all …]
H A Dudf_bmap.c255 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad); in ud_bmap_write()
1077 elen = sizeof (struct short_ad); in ud_bump_ext_count()
H A Dudf_vfsops.c1659 struct short_ad *sad; in ud_val_get_vat()
1698 SWAP_32(fe->fe_len_adesc) / sizeof (struct short_ad); in ud_val_get_vat()
1724 sad = (struct short_ad *) in ud_val_get_vat()
H A Dudf_subr.c580 elen = sizeof (struct short_ad); in ud_sync_indir()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h273 void print_short_ad(FILE *, char *, struct short_ad *);
H A Dud_lib.c1982 print_short_ad(FILE *fout, char *name, struct short_ad *sad) in print_short_ad()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c302 struct short_ad *sap; in getdir()
468 struct short_ad *sap = NULL; in ckinode()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c63 void ud_swap_short_ad(struct short_ad *);
299 ud_swap_short_ad(struct short_ad *p) in ud_swap_short_ad()
H A Dmkfs.c624 struct short_ad *sap; in volseqinit()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c801 struct short_ad *sad; in get_blkno()
818 elen = sizeof (struct short_ad); in get_blkno()
820 sad = (struct short_ad *) in get_blkno()