Home
last modified time | relevance | path

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

/fs/ext4/
Dmballoc.h127 unsigned short pa_type; /* pa type. inode or group */ member
Dmballoc.c3307 if (pa->pa_type == MB_INODE_PA) in ext4_discard_allocated_blocks()
3588 if (pa->pa_type == MB_GROUP_PA) in ext4_mb_put_pa()
3686 pa->pa_type = MB_INODE_PA; in ext4_mb_new_inode_pa()
3746 pa->pa_type = MB_GROUP_PA; in ext4_mb_new_group_pa()
3962 if (pa->pa_type == MB_GROUP_PA) in ext4_mb_discard_group_preallocations()
4058 BUG_ON(pa->pa_type != MB_INODE_PA); in ext4_discard_preallocations()
4298 BUG_ON(pa->pa_type != MB_GROUP_PA); in ext4_mb_discard_lg_preallocations()
4406 if (pa->pa_type == MB_GROUP_PA) { in ext4_mb_release_context()
4423 if ((pa->pa_type == MB_GROUP_PA) && likely(pa->pa_free)) { in ext4_mb_release_context()