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;
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;
527 sad = (struct short_ad *)use->use_ad;
528 count = sz / sizeof (struct short_ad);
584 sad = (struct short_ad *)use->use_ad;
592 sz -= sizeof (struct short_ad);
872 struct short_ad *sad;
874 sad = (struct short_ad *)use->use_ad;
875 count = sz / sizeof (struct short_ad);
900 if ((40 + sz + sizeof (struct short_ad)) >
911 sad = (struct short_ad *)
[all...]
H A Dudf_inode.c121 void ud_make_sad(struct icb_ext *, struct short_ad *, int32_t);
726 struct short_ad *sad;
730 SWAP_32(fe->fe_len_adesc) / sizeof (struct short_ad);
735 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad);
743 sad = (struct short_ad *)
1317 struct short_ad *sad;
1328 elen = sizeof (struct short_ad);
1329 sad = (struct short_ad *)
1416 sad = (struct short_ad *)
1503 ud_make_sad(struct icb_ext *iext, struct short_ad *sa
[all...]
H A Dudf_vfsops.c1660 struct short_ad *sad;
1699 SWAP_32(fe->fe_len_adesc) / sizeof (struct short_ad);
1725 sad = (struct short_ad *)
H A Dudf_bmap.c257 ip->i_cur_max_ext = ip->i_max_emb / sizeof (struct short_ad);
1079 elen = sizeof (struct short_ad);
H A Dudf_subr.c580 elen = sizeof (struct short_ad);
/illumos-gate/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)
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c306 register struct short_ad *sap;
474 register struct short_ad *sap;
/illumos-gate/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)
H A Dmkfs.c624 struct short_ad *sap;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c803 struct short_ad *sad;
818 elen = sizeof (struct short_ad);
820 sad = (struct short_ad *)

Completed in 97 milliseconds