Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c606 struct alloc_ext_desc *aed; in ud_common_ad()
614 addr = bp->b_un.b_addr + sizeof (struct alloc_ext_desc); in ud_common_ad()
615 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; in ud_common_ad()
710 struct alloc_ext_desc *aed; in ud_read_next_cont()
725 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; in ud_read_next_cont()
1085 sz = sz - (sizeof (struct alloc_ext_desc) + elen); in ud_bump_ext_count()
H A Dudf_inode.c1393 sizeof (struct alloc_ext_desc)) / elen; in ud_updat_ext4()
1418 sizeof (struct alloc_ext_desc)); in ud_updat_ext4()
1429 sizeof (struct alloc_ext_desc)); in ud_updat_ext4()
1439 struct alloc_ext_desc *aed; in ud_updat_ext4()
1448 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; in ud_updat_ext4()
1457 sz += sizeof (struct alloc_ext_desc); in ud_updat_ext4()
1487 count = (count << l2b) - sizeof (struct alloc_ext_desc); in ud_updat_ext4()
1799 (sizeof (struct alloc_ext_desc) + elen); in ud_trunc_ext4()
/titanic_44/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c79 static void ud_swap_alloc_ext(struct alloc_ext_desc *);
251 ud_swap_alloc_ext((struct alloc_ext_desc *)otp); in verifytag()
454 ud_swap_alloc_ext(struct alloc_ext_desc *p) in ud_swap_alloc_ext()
/titanic_44/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
/titanic_44/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h269 void print_aed(FILE *, struct alloc_ext_desc *);
H A Dud_lib.c1877 print_aed(FILE *fout, struct alloc_ext_desc *aed) in print_aed()
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c244 struct alloc_ext_desc *aep; in getallocext()
261 aep = (struct alloc_ext_desc *)extbuf; in getallocext()
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c486 print_aed(stdout, (struct alloc_ext_desc *)tag); in print_desc()