Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dmballoc.h113 unsigned short pa_type; /* pa type. inode or group */ member
Dmballoc.c3351 if (pa->pa_type == MB_INODE_PA) in ext4_discard_allocated_blocks()
3633 if (pa->pa_type == MB_GROUP_PA) in ext4_mb_put_pa()
3743 pa->pa_type = MB_INODE_PA; in ext4_mb_new_inode_pa()
3803 pa->pa_type = MB_GROUP_PA; in ext4_mb_new_group_pa()
4022 if (pa->pa_type == MB_GROUP_PA) in ext4_mb_discard_group_preallocations()
4118 BUG_ON(pa->pa_type != MB_INODE_PA); in ext4_discard_preallocations()
4358 BUG_ON(pa->pa_type != MB_GROUP_PA); in ext4_mb_discard_lg_preallocations()
4466 if (pa->pa_type == MB_GROUP_PA) { in ext4_mb_release_context()
4483 if ((pa->pa_type == MB_GROUP_PA) && likely(pa->pa_free)) { in ext4_mb_release_context()
/linux-4.19.296/include/linux/
Datalk.h73 __be16 pa_type; member