Lines Matching defs:extended

1165  * volume descriptor. Its a sequence that can be extended using fields in the
2312 * Extended attribute support. UDF knows of 3 places for extended attributes:
2314 * (a) inside the file's (e)fe in the length of the extended attribute area
2327 * Order of extended attributes in a space:
2392 /* check extended attribute tag; what to do if it fails? */
2402 DPRINTF(EXTATTR, ("Found %d bytes of extended attributes\n", l_ea));
2425 /* find our extended attribute */
2430 DPRINTF(EXTATTR, ("%d extended attr bytes left\n", l_ea));
2453 * Implementation use and application use extended attributes
2455 * UDF implementation use extended attributes have a checksum
2513 /* create empty extended attribute header */
2522 /* record extended attribute header length */
2541 /* implementation use extended attributes */
2545 /* calculate and write extended attribute header checksum */
2552 /* application use extended attributes */
2799 * Update "*UDF VAT LVExtension" extended attribute from the
3005 * update LVID from "*UDF VAT LVExtension" extended attribute
4711 /* create extended attribute to record our creation time */
5337 * are otherwise known as named substreams/named extended attributes that have
5340 * `Normal' extended attributes are indicated with a number and are recorded
5342 * the attached extended attribute file. Since these spaces can get
5445 /* only file entries and extended file entries allowed here */
5773 /* TODO extended attributes and streamdir */
5942 /* TODO add extended attribute for creation time */
6078 udf_resize_node(struct udf_node *udf_node, uint64_t new_size, int *extended)
6099 *extended = (new_size > file_size);
6100 if (*extended) {
6147 /* check our extended attribute if present */
6156 /* TODO create the extended attribute if not found ? */