/linux-4.4.14/include/trace/events/ |
H A D | ext4.h | 1658 __field( ext4_fsblk_t, pblk ) 1669 __entry->pblk = map->m_pblk; 1676 TP_printk("dev %d,%d ino %lu flags %s lblk %u pblk %llu len %u " 1680 show_map_flags(__entry->flags), __entry->lblk, __entry->pblk, 1699 TP_PROTO(struct inode *inode, ext4_lblk_t lblk, ext4_fsblk_t pblk), 1701 TP_ARGS(inode, lblk, pblk), 1706 __field( ext4_fsblk_t, pblk ) 1713 __entry->pblk = pblk; 1717 TP_printk("dev %d,%d ino %lu lblk %u pblk %llu", 1720 __entry->lblk, __entry->pblk) 1850 __field( ext4_fsblk_t, pblk ) 1861 __entry->pblk = map->m_pblk; 1871 (unsigned) __entry->lblk, (unsigned long long) __entry->pblk, 1886 __field( ext4_fsblk_t, pblk ) 1895 __entry->pblk = map->m_pblk; 1902 __entry->lblk, (unsigned long long) __entry->pblk, 2025 TP_PROTO(struct inode *inode, ext4_lblk_t lblk, ext4_fsblk_t pblk, 2028 TP_ARGS(inode, lblk, pblk, len), 2033 __field( ext4_fsblk_t, pblk ) 2041 __entry->pblk = pblk; 2046 TP_printk("dev %d,%d ino %lu lblk %u pblk %llu len %u", 2050 (unsigned long long) __entry->pblk, 2134 TP_PROTO(struct inode *inode, ext4_fsblk_t pblk), 2136 TP_ARGS(inode, pblk), 2141 __field( ext4_fsblk_t, pblk ) 2147 __entry->pblk = pblk; 2153 (unsigned long long) __entry->pblk) 2233 __field( ext4_fsblk_t, pblk ) 2242 __entry->pblk = ext4_es_pblock(es); 2250 __entry->pblk, show_extent_status(__entry->status)) 2322 __field( ext4_fsblk_t, pblk ) 2331 __entry->pblk = ext4_es_pblock(es); 2339 __entry->pblk, show_extent_status(__entry->status)) 2375 __field( ext4_fsblk_t, pblk ) 2385 __entry->pblk = ext4_es_pblock(es); 2394 __entry->found ? __entry->pblk : 0,
|
/linux-4.4.14/fs/ext4/ |
H A D | extents_status.h | 85 ext4_lblk_t len, ext4_fsblk_t pblk, 88 ext4_lblk_t len, ext4_fsblk_t pblk,
|
H A D | crypto.c | 393 ext4_fsblk_t pblk = ext4_ext_pblock(ex); ext4_encrypted_zeroout() local 428 pblk << (inode->i_sb->s_blocksize_bits - 9); ext4_encrypted_zeroout() 446 lblk++; pblk++; ext4_encrypted_zeroout()
|
H A D | extents_status.c | 330 ext4_fsblk_t pblk) ext4_es_alloc_extent() 338 es->es_pblk = pblk; ext4_es_alloc_extent() 691 ext4_lblk_t len, ext4_fsblk_t pblk, ext4_es_insert_extent() 699 lblk, len, pblk, status, inode->i_ino); ext4_es_insert_extent() 716 ext4_es_store_pblock_status(&newes, pblk, status); ext4_es_insert_extent() 747 ext4_lblk_t len, ext4_fsblk_t pblk, ext4_es_cache_extent() 756 ext4_es_store_pblock_status(&newes, pblk, status); ext4_es_cache_extent() 329 ext4_es_alloc_extent(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t len, ext4_fsblk_t pblk) ext4_es_alloc_extent() argument 690 ext4_es_insert_extent(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t len, ext4_fsblk_t pblk, unsigned int status) ext4_es_insert_extent() argument 746 ext4_es_cache_extent(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t len, ext4_fsblk_t pblk, unsigned int status) ext4_es_cache_extent() argument
|
H A D | extents.c | 442 int depth, ext4_fsblk_t pblk) __ext4_ext_check() 483 "pblk %llu bad header/extent: %s - magic %x, " __ext4_ext_check() 485 (unsigned long long) pblk, error_msg, __ext4_ext_check() 492 #define ext4_ext_check(inode, eh, depth, pblk) \ 493 __ext4_ext_check(__func__, __LINE__, (inode), (eh), (depth), (pblk)) 502 struct inode *inode, ext4_fsblk_t pblk, int depth, __read_extent_tree_block() 508 bh = sb_getblk_gfp(inode->i_sb, pblk, __GFP_MOVABLE | GFP_NOFS); __read_extent_tree_block() 513 trace_ext4_ext_load_extent(inode, pblk, _RET_IP_); __read_extent_tree_block() 521 ext_block_hdr(bh), depth, pblk); __read_extent_tree_block() 558 #define read_extent_tree_block(inode, pblk, depth, flags) \ 559 __read_extent_tree_block(__func__, __LINE__, (inode), (pblk), \ 2483 ext4_fsblk_t pblk; ext4_remove_blocks() local 2501 pblk = ext4_ext_pblock(ex) + ee_len - 1; ext4_remove_blocks() 2503 *partial_cluster != (long long) EXT4_B2C(sbi, pblk)) { ext4_remove_blocks() 2532 pblk = ext4_ext_pblock(ex) + ee_len - num; ext4_remove_blocks() 2539 *partial_cluster == -(long long) EXT4_B2C(sbi, pblk+num-1)) ext4_remove_blocks() 2543 num, pblk, *partial_cluster); ext4_remove_blocks() 2544 ext4_free_blocks(handle, inode, NULL, pblk, num, flags); ext4_remove_blocks() 2561 if (EXT4_PBLK_COFF(sbi, pblk) && ee_len == num) { ext4_remove_blocks() 2562 first_cluster = (long long) EXT4_B2C(sbi, pblk); ext4_remove_blocks() 2607 ext4_fsblk_t pblk; ext4_ext_rm_leaf() local 2656 pblk = ext4_ext_pblock(ex); ext4_ext_rm_leaf() 2658 -(long long) EXT4_B2C(sbi, pblk); ext4_ext_rm_leaf() 2759 pblk = ext4_ext_pblock(ex) + ex_ee_len - 1; ext4_ext_rm_leaf() 2760 if (*partial_cluster != (long long) EXT4_B2C(sbi, pblk)) { ext4_ext_rm_leaf() 2829 ext4_fsblk_t pblk; ext4_ext_remove_space() local 2867 pblk = ext4_ext_pblock(ex) + end - ee_block + 2; ext4_ext_remove_space() 2869 -(long long) EXT4_B2C(sbi, pblk); ext4_ext_remove_space() 2893 err = ext4_ext_search_right(inode, path, &lblk, &pblk, ext4_ext_remove_space() 2897 if (pblk) ext4_ext_remove_space() 2899 -(long long) EXT4_B2C(sbi, pblk); ext4_ext_remove_space() 4159 * @map The requested lblk->pblk mapping 440 __ext4_ext_check(const char *function, unsigned int line, struct inode *inode, struct ext4_extent_header *eh, int depth, ext4_fsblk_t pblk) __ext4_ext_check() argument 501 __read_extent_tree_block(const char *function, unsigned int line, struct inode *inode, ext4_fsblk_t pblk, int depth, int flags) __read_extent_tree_block() argument
|
H A D | ext4.h | 260 #define EXT4_PBLK_CMASK(s, pblk) ((pblk) & \ 265 #define EXT4_PBLK_COFF(s, pblk) ((pblk) & \
|
/linux-4.4.14/drivers/xen/ |
H A D | xen-acpi-processor.c | 340 acpi_io_address pblk = 0; read_acpi_id() local 352 pblk = object.processor.pblk_address; read_acpi_id() 373 pr_debug("ACPI CPU%u w/ PBLK:0x%lx\n", acpi_id, (unsigned long)pblk); read_acpi_id() 377 if (!pblk) read_acpi_id()
|
/linux-4.4.14/drivers/acpi/ |
H A D | processor_idle.c | 260 if (!pr->pblk) acpi_processor_get_power_info_fadt() 263 /* if info is obtained from pblk/fadt, type equals state */ acpi_processor_get_power_info_fadt() 277 /* determine C2 and C3 address from pblk */ acpi_processor_get_power_info_fadt() 278 pr->power.states[ACPI_STATE_C2].address = pr->pblk + 4; acpi_processor_get_power_info_fadt() 279 pr->power.states[ACPI_STATE_C3].address = pr->pblk + 5; acpi_processor_get_power_info_fadt()
|
H A D | acpi_processor.c | 333 pr->pblk = object.processor.pblk_address; acpi_processor_get_info()
|
/linux-4.4.14/include/acpi/ |
H A D | processor.h | 201 u32 pblk; member in struct:acpi_processor
|