Home | History | Annotate | Download | only in misc

Lines Matching full:physical

132 	ext4_fsblk_t physical;		/* start physical block number */
690 * insert_extent_by_physical() - Sequentially insert extent by physical.
692 * @ext_list_head: the head of physical extent list.
711 if (ext->data.physical <= ext_list_tmp->data.physical) {
713 if (ext_list_tmp->data.physical <
714 ext->data.physical + ext->data.len)
722 if (ext->data.physical < ext_list_tmp->data.physical)
726 if (ext->data.physical <
727 ext_list_tmp->prev->data.physical +
733 ext_list_tmp->data.physical <
734 ext->data.physical + ext->data.len)
849 * Be careful : now, physical block number in extent is 48bit,
880 ext_list->data.physical = ext_buf[i].fe_physical
932 * get_physical_count() - Get the file physical extents count.
934 * @physical_list_head: the head of the physical extent list.
942 if ((ext_list_tmp->data.physical + ext_list_tmp->data.len)
943 != ext_list_tmp->next->data.physical) {
955 * change_physical_to_logical() - Change list from physical to logical.
957 * @physical_list_head: the head of physical extent list.
1060 * @block_count: the file's physical block count.
1169 /* Get file's physical extents */
1179 /* Get the count of file's continuous physical region */
1182 /* Change list from physical to logical */
1226 ext_list_tmp->data.physical,
1530 /* Get the count of file's continuous physical region */
1533 /* Change list from physical to logical */
1631 /* Calcuate donor inode's continuous physical region */
1634 /* Change donor extent list from physical to logical */