Home
last modified time | relevance | path

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

/titanic_50/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
/titanic_50/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.c121 void ud_make_sad(struct icb_ext *, struct short_ad *, int32_t);
726 struct short_ad *sad; in ud_iget()
730 SWAP_32(fe->fe_len_adesc) / sizeof (struct short_ad); in ud_iget()
735 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad); in ud_iget()
743 sad = (struct short_ad *) in ud_iget()
1317 struct short_ad *sad; in ud_updat_ext4()
1328 elen = sizeof (struct short_ad); in ud_updat_ext4()
1329 sad = (struct short_ad *) in ud_updat_ext4()
1416 sad = (struct short_ad *) in ud_updat_ext4()
1503 ud_make_sad(struct icb_ext *iext, struct short_ad *sad, int32_t count) in ud_make_sad()
[all …]
H A Dudf_bmap.c257 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad); in ud_bmap_write()
1079 elen = sizeof (struct short_ad); in ud_bump_ext_count()
H A Dudf_vfsops.c1660 struct short_ad *sad; in ud_val_get_vat()
1699 SWAP_32(fe->fe_len_adesc) / sizeof (struct short_ad); in ud_val_get_vat()
1725 sad = (struct short_ad *) in ud_val_get_vat()
H A Dudf_subr.c580 elen = sizeof (struct short_ad); in ud_sync_indir()
/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h275 void print_short_ad(FILE *, char *, struct short_ad *);
H A Dud_lib.c1993 print_short_ad(FILE *fout, char *name, struct short_ad *sad) in print_short_ad()
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c306 register struct short_ad *sap; in getdir()
474 register struct short_ad *sap; in ckinode()
/titanic_50/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c65 void ud_swap_short_ad(struct short_ad *);
301 ud_swap_short_ad(struct short_ad *p) in ud_swap_short_ad()
H A Dmkfs.c624 struct short_ad *sap; in volseqinit()
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c803 struct short_ad *sad; in get_blkno()
818 elen = sizeof (struct short_ad); in get_blkno()
820 sad = (struct short_ad *) in get_blkno()