Home
last modified time | relevance | path

Searched defs:ud_part (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h125 struct ud_part { struct
126 uint16_t udp_flags; /* See below */
130 uint16_t udp_number; /* partition Number */
131 uint32_t udp_seqno; /* to find the prevailaing desc */
132 uint32_t udp_access; /* access type */
133 uint32_t udp_start; /* Starting block no of partition */
134 uint32_t udp_length; /* Lenght of the partition */
135 uint32_t udp_unall_loc; /* unall space tbl or bitmap loc */
137 uint32_t udp_freed_loc; /* freed space tbl or bitmap loc */
141 uint32_t udp_nfree; /* No of free blocks in the partition */
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h87 struct ud_part { struct
88 uint16_t udp_flags; /* See below */
89 uint16_t udp_number; /* partition Number */
90 uint32_t udp_seqno; /* to find the prevailaing desc */
91 uint32_t udp_access; /* access type */
92 uint32_t udp_start; /* Starting block no of partition */
93 uint32_t udp_length; /* Lenght of the partition */
94 uint32_t udp_unall_loc; /* unall space tbl or bitmap loc */
96 uint32_t udp_freed_loc; /* freed space tbl or bitmap loc */
105 int32_t udp_cache_count; /* Cache is used for metadata */
[all …]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c136 struct ud_part *ud_part; in ud_alloc_space() local
227 struct ud_part *ud_part, uint32_t proximity, in ud_alloc_space_bmap()
406 struct ud_part *ud_part, uint32_t start, uint32_t *count) in ud_check_free_and_mark_used()
494 struct ud_part *ud_part, uint32_t proximity, in ud_alloc_space_stbl()
694 struct ud_part *ud_part; in ud_free_space() local
736 struct ud_part *ud_part, in ud_free_space_bmap()
836 struct ud_part *ud_part, in ud_free_space_stbl()
H A Dudf_vfsops.c1560 struct ud_part *ud_part; in ud_convert_to_superblock() local
1662 struct ud_part *ud_part; in ud_val_get_vat() local
H A Dudf_subr.c523 struct ud_part *ud_part; in ud_sbwrite() local