ext4_has_feature_bigalloc  581 fs/ext4/indirect.c 	if (ext4_has_feature_bigalloc(inode->i_sb)) {
ext4_has_feature_bigalloc  709 fs/ext4/ioctl.c 	if (ext4_has_feature_bigalloc(sb)) {
ext4_has_feature_bigalloc  928 fs/ext4/ioctl.c 		if (ext4_has_feature_bigalloc(sb)) {
ext4_has_feature_bigalloc  976 fs/ext4/ioctl.c 		if (ext4_has_feature_bigalloc(sb)) {
ext4_has_feature_bigalloc  629 fs/ext4/migrate.c 	if (ext4_has_feature_bigalloc(inode->i_sb))
ext4_has_feature_bigalloc 2983 fs/ext4/super.c 	if (ext4_has_feature_bigalloc(sb) && !ext4_has_feature_extents(sb)) {
ext4_has_feature_bigalloc 3470 fs/ext4/super.c 	if (!ext4_has_feature_bigalloc(sb))
ext4_has_feature_bigalloc 4148 fs/ext4/super.c 	has_bigalloc = ext4_has_feature_bigalloc(sb);