Home
last modified time | relevance | path

Searched refs:pa_type (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/ext4/
Dmballoc.h127 unsigned short pa_type; /* pa type. inode or group */ member
Dmballoc.c3265 if (pa->pa_type == MB_INODE_PA) in ext4_discard_allocated_blocks()
3546 if (pa->pa_type == MB_GROUP_PA) in ext4_mb_put_pa()
3644 pa->pa_type = MB_INODE_PA; in ext4_mb_new_inode_pa()
3704 pa->pa_type = MB_GROUP_PA; in ext4_mb_new_group_pa()
3919 if (pa->pa_type == MB_GROUP_PA) in ext4_mb_discard_group_preallocations()
4015 BUG_ON(pa->pa_type != MB_INODE_PA); in ext4_discard_preallocations()
4254 BUG_ON(pa->pa_type != MB_GROUP_PA); in ext4_mb_discard_lg_preallocations()
4359 if (pa->pa_type == MB_GROUP_PA) { in ext4_mb_release_context()
4376 if ((pa->pa_type == MB_GROUP_PA) && likely(pa->pa_free)) { in ext4_mb_release_context()
/linux-4.4.14/include/linux/
Datalk.h72 __be16 pa_type; member
/linux-4.4.14/net/appletalk/
Daarp.c133 eah->pa_type = htons(ETH_P_ATALK); in __aarp_send_query()
180 eah->pa_type = htons(ETH_P_ATALK); in aarp_send_reply()
231 eah->pa_type = htons(ETH_P_ATALK); in aarp_send_probe()
/linux-4.4.14/drivers/net/wireless/zd1211rw/
Dzd_chip.c72 i += scnprintf(buffer+i, size-i, " pa%1x %c%c%c%c%c", chip->pa_type, in scnprint_id()
343 chip->pa_type = (value >> 16) & 0x0f; in read_pod()
360 chip->pa_type, chip->patch_cck_gain, in read_pod()
368 chip->pa_type = 0; in read_pod()
Dzd_chip.h777 unsigned int pa_type:4, member
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-eeprom-parse.c111 u8 pa_type; member