Searched refs:extent_item (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/fs/btrfs/
H A Dbtrfs.c422 struct btrfs_file_extent_item extent_item; local
432 extent_item = *(struct btrfs_file_extent_item *)path.data;
433 if (extent_item.type == BTRFS_FILE_EXTENT_INLINE)/* inline file */
438 offset = extent_item.disk_bytenr;
522 struct btrfs_file_extent_item extent_item; local
540 extent_item = *(struct btrfs_file_extent_item *)path.data;
542 if (extent_item.encryption) {
546 if (extent_item.compression) {
551 if (extent_item.type == BTRFS_FILE_EXTENT_INLINE) {/* inline file */
559 offset = extent_item
[all...]

Completed in 103 milliseconds