Home
last modified time | relevance | path

Searched refs:alloc_ext_desc (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c604 struct alloc_ext_desc *aed; in ud_common_ad()
612 addr = bp->b_un.b_addr + sizeof (struct alloc_ext_desc); in ud_common_ad()
613 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; in ud_common_ad()
708 struct alloc_ext_desc *aed; in ud_read_next_cont()
723 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; in ud_read_next_cont()
1083 sz = sz - (sizeof (struct alloc_ext_desc) + elen); in ud_bump_ext_count()
H A Dudf_inode.c1394 sizeof (struct alloc_ext_desc)) / elen; in ud_updat_ext4()
1419 sizeof (struct alloc_ext_desc)); in ud_updat_ext4()
1430 sizeof (struct alloc_ext_desc)); in ud_updat_ext4()
1440 struct alloc_ext_desc *aed; in ud_updat_ext4()
1449 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; in ud_updat_ext4()
1458 sz += sizeof (struct alloc_ext_desc); in ud_updat_ext4()
1488 count = (count << l2b) - sizeof (struct alloc_ext_desc); in ud_updat_ext4()
1800 (sizeof (struct alloc_ext_desc) + elen); in ud_trunc_ext4()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c77 static void ud_swap_alloc_ext(struct alloc_ext_desc *);
249 ud_swap_alloc_ext((struct alloc_ext_desc *)otp); in verifytag()
452 ud_swap_alloc_ext(struct alloc_ext_desc *p) in ud_swap_alloc_ext()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h647 struct alloc_ext_desc { struct
652 typedef struct alloc_ext_desc alloc_ext_desc_t; argument
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h267 void print_aed(FILE *, struct alloc_ext_desc *);
H A Dud_lib.c1866 print_aed(FILE *fout, struct alloc_ext_desc *aed) in print_aed()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c244 struct alloc_ext_desc *aep; in getallocext()
260 aep = (struct alloc_ext_desc *)extbuf; in getallocext()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c484 print_aed(stdout, (struct alloc_ext_desc *)tag); in print_desc()